You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: