I currently have a search window (Text Input) which takes the text user has entered. And I have a button which is used as a trigger for this to work together which has an “Action” which is required and the respective object table then updates based on set of this variable(I pass the searched text to a variable which updates on click of a button).
User types in search box → variable NOT updated yet
User clicks button → action runs with OLD variable value ← ![]()
User clicks away first → variable updates
User clicks button → action runs with CORRECT value ![]()
But this set up is currently causing an issue which results in the user needing to click the button twice for the flow to exactly complete, which is causing the app to behave in a which was not expected.
Is there a walkaround to this?
The requirement is “User should click the button inorder to apply the searched text as a filter on the object table”