Hi,
I have a Power Apps ,Data Source is Dataverse.
In the Canvas App, there are two Screens. In the first Screen I am able to select trough a gallery a Worker.
After selected, in Screen two, if the User has a column in Dataverse it should show a couple of textfields.
Dataverse there are two Tables, first Contact and second OnboardingInterview.
I want to look if the Edit Field isBlank and if true make DefaultMode = FormMode.New else FormMode.Edit.
I've tried it with If(IsBlank(Form2);FormMode.New;FormMode.Edit), but didnt worked so im a little bit clueless.