
Hello,
I have the following problem:
I would like to start a leave request flow with approval and forms, but beforehand I would like to make some kind of selection. Here it should be selected whether the approval process "leave request" or "flextime" is started.
The selection works so far, but as soon as it goes into the selection "if yes", the first error occurs when creating an element.
Look here:
How can I fix this error ?
I am grateful for your suggestions.
David
Hi @David_Lf,
I see you used a string value (Urlaubsantrag) in the Hauptgenehmigung Claims field. That Claims suggest it is a person or group type of field.
Normally that type of field expects a value which is in the below format:
i:0#.f|membership|johndoe@contoso.onmicrosoft.com
Below is an example which combines the first part with the User Principal Name field of a Get User Profile action.