Hi all,
I'm new to Power Apps. I'm following a tutorial on YouTube > here <. Every time I get to the point where I need to add ClearCollect function to the OnStart property it won't accept the label that the tutorial is using. I'm not sure what I'm doing wrong. Any help would be greatly appreciated.
The following is the code from the tutorial:
OnStart fx= ClearCollect(colTabs,{ID:1,Name:"All Tickets",Logo:Icon.Tag})
These are the errors that come up:
- Unexpected characters. The formula contains 'Error' where 'ParenClose' is expected.
- Unexpected characters. Characters are used in the formula in an unexpected way.
- Name isn't valid. 'colTabs' isn't recognized.
- Invalid number of arguments: received 1, expected 2 or more.
Alternatively, is there another way to achieve the thing?