Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

triggeredItem is not recognized in deployed mode #2781

Open
LukasB0I opened this issue Jan 15, 2025 · 0 comments
Open

triggeredItem is not recognized in deployed mode #2781

LukasB0I opened this issue Jan 15, 2025 · 0 comments

Comments

@LukasB0I
Copy link

In Appsmith, when trying to access the triggeredItem from a list in the deployed mode, the variable is not recognized or is returning undefined. It works fine in design mode but fails in the deployed version.

Steps to reproduce: Select an item from a list (List1). Attempt to use triggeredItem to pass values to a query or API in the deployed mode. Notice that the value of triggeredItem is undefined or not set correctly.

Expected behavior: The triggeredItem should be correctly recognized and have the expected values in deployed mode as it does in design mode.

Environment: Appsmith Version: [v1.56] Browser: [Microsoft edge 131.0.2903.146]

Additional Context: Tried using both List1.selectedItem and triggeredItem, but neither works in the deployed version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant