Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We have a lading page of an app where we have two buttoms, abc and xyz. when we click on abc,it redirects to a page where the abc items are shown with "ABC" as label. But when we click on xyz,it redirects to a page where it shows the xyz content but gets labelled as "ABC". So,need a solution to this as how to change this as "xyz"
Just create a variable vselection
For abc button: Set variable value → vSelection = 'ABC'
For xyz button: Set variable value → vSelection = 'XYZ'.
Then u can use that variable in lable
='Showing data for ' & vSelection