appsmithorg / appsmithorg/appsmith-docs
triggeredItem is not recognized in deployed mode
- Dominant language
- MDX
- Stars
- 97
- Forks
- 280
- Avg merge
- 4h 32m
- Merged PRs (30d)
- 8
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.