Hello,
I just want to check if there is a solution for this issue as of today. I did try using Blank() and Blank Person variable but it still won't make the person field blank after submitting the form.
Blank Person variable:
Set(
varBlankPerson,
{
DisplayName: "-None-",
Email: "",
Department: Blank(),
Picture: Blank(),
JobTitle: Blank(),
Claims: ""
}
);
Just in case you my answer helped you solve your problem, please mark/accept this as a SOLUTION. This helps community members if they experience a similar issue in the future. |
bistek.space @cha_bistek @BisTekSpace |
Solved! Go to Solution.
Hello,
please check this thread and the marked solution:
If this solved your issue please mark the post as Solved.
Also, if you appreciated my answer, don't forget to give it a Thumbs Up 😃
Hello,
please check this thread and the marked solution:
If this solved your issue please mark the post as Solved.
Also, if you appreciated my answer, don't forget to give it a Thumbs Up 😃
Hi @cha_cha ,
In your Advanced Settings of the app, set the Formula-Level Error Management to be on.
Without it you cannot set a field to blank.
Thank you. Been trying for more than an hour and your reply led me to the right thread.
Just in case you my answer helped you solve your problem, please mark/accept this as a SOLUTION. This helps community members if they experience a similar issue in the future. |
bistek.space @cha_bistek @BisTekSpace |