How to get null string in queues when using uipath apps form to fill information

how to get null string in queues when using UiPath apps form to fill information.
Actually when we put the field empty, that label does not show up in queue. So how to get that null string as we want to put a condition in performer.

Hi @akhils

maybe you should create a process that read the null data and convert those data into empty strings and upload it again, so you can pass that into apps

Regards

Problem Statement- I have a form in UiPath apps in which a field corresponding to label is not known, i want that if the field is kept empty, it should assign itself as 0 and in performer studio, we will put condition that if that string=0, then do certain action
But the problem is if we keep that field empty, then label corresponding to it doesn’t even show up in queues.

Issue was Resolved by using condition after submit and before adding to queue that If =IsBlank(variable) = =true, then set values =variable= =“0”
In this way, we are able to bring empty fields into the queues.
Happy Automation!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.