Hello,
I want to add more than one function in the onVisible property of an Screen in Power Apps.
This is how my code looks like:
Clear(colInspeccio);
If(
EditForm1.Mode <> FormMode.New;
Collect(
colInspeccio;
Split(BrowseGallery1.Selected.InspeccioSeguretat;";")
)
)
However, I see an error in ; (marked in bold red in the code).
I'm unable to see the error. I have tried changing ; by an , with no success. I'm in Spain (if this helps to solve my issue).
Any help would be higly appreciated
Thanks!