Hi,
I have a form, will multiple edit screens to cater for another scenario.
On my canvas app, SPO data source, I have set up tabs for the different sections in a long form, this all works. but how can I get the form to navigate to a tabbed section based on a status value and if its a new form, then to navigate to Part A tab.
I.e. If status is 'Part A Complete', when a user opens the form, they should be re-directed to PartB of the tabbed form, currently when my form opens it shows all the tabs but a user see a blank screen until they click on any of the tabs.
I'd like them to navigate directly to the tab, as opposed to seeing a blank screen.
On my OnSelect for the tab button I have Set(VarTab, "Part A")