Have you ever put a label on a screen just so you, the author, can see the value of a context variable and debug your app? You think surely there must be a better way. And then after finally seeing it, you scratch your head and wonder where in the world did that value come from...
UpdateContext({varEmpployeeId:GetEmployeeId.Run(comboBox.Selected.Mail).empCode})ORSet(varEmpployeeId,GetEmployeeId.Run(comboBox.Selected.Mail).empCode) JavaScript Copy Check the below screen to see the effect of what happens if you use local variable to store the response of FLOW and bind ...
Variable - create and update variable Tip: we can create variable at screen on visible, when the screen display create the variable. UpdateContext({var1:12}) # Variable only belong to specific screen Collection Tip: in the welcome page set a enter button when click this button create the c...
In the above example, you can see how the result of the flow is set in the SalesInfoVariable, and then the gallery is bound to the table output by splitting the names on a comma. If you have an array of objects in the flow, use the Select action first, to choose the property you...