Quick question, I have created an app that takes input from the user and asks to submit the inputs. Once the submit button is pressed a flow will trigger, a response from flow will return me a record no. I am displaying it on one screen in the text label. Now when I switch back to the submission screen, I want that text label to clear, because for the next submission the old result from the flow is displayed until update in 10-15 secs, hence it can cause confusion which is the updated number for the user for those 10-15 secs
Thanks in advance