Clear the field and set it empty with flow designer

hamza8
Tera Contributor

Hello all,

 

I need to update "assignment group" field as empty. Which doesn't show choosing multiple option dropdown which includes "is empty".  I tried to making it with toggle scripting but couldn't work. Is there way to do it? if so any help would be appreciated.

find_real_file.png

 

Kind regards,

Hamza

4 REPLIES 4

Aman Kumar S
Kilo Patron

You can use scripting for setting it empty you have script toggle just beside the assignment group field, just use :

return '';

Best Regards
Aman Kumar

hi @hamza 

Is your issue resolved?


Feel free to mark correct, if your issue has been resolved, so it ends up in solved queue.

Will be helpful for others looking for the similar query.

Best Regards
Aman Kumar

Thanks Aman,  This was bugging me for a while until i found your response.  It worked for me in resetting a choice field to empty.

Maik Skoddow
Tera Patron
Tera Patron

Hi

you can also create a Flow Variable and leave it's content empty. Then assign in the Update action that variable to the "Assignment group"

Maik