
For my "Name" DataCard, I have the default set as Office365Users.UserProfileV2(TextInput1).displayName. I want the "Name" DataCard to pull the email from TextInput1 and get the User's name. However, the issue is that until the user inputs their email into TextInput1, they get the following error message:
"Office365Users.UserProfileV2 failed: { "error": { "code": "ResourceNotFound", "message": "User not found", "innerError": { "date": "2021-06-30T20:21:28", "request-id": "5e3959da-b06e-47d7-b2b5-2b2f3ccab89a", "client-request-id": "5e3959da-b06e-47d7-b2b5-2b2f3ccab89a" } } }"
This makes sense, as it is calling the display name of an invalid field. How can I get around this?