How to Give Condition in Form Designer Panel?

Hi Team,

Here i am trying to give the condition in Uipath Form Designer Panel where i want the User to enter only once in each field

for eg:

If the PLACE_1 column of particular row Already filled then no need to enter the PLACE_2 Column of the same row and vise versa. As shown below

And this is my Json Schema for the Data Grid In Form Designer
Form_Designer_Json_Schema.txt (1.8 KB)

And this is my work flow
Data_Grid_Action_Center.zip (3.3 KB)

Thanks and Regards
Adarsh

1 Like

Hey @adarsh_kotagiri

Please find the below…

  1. I think you can use a conditional check to hide the component if the other is not empty

  2. Else you can use Advanced logic to disabe of the other is not empty as required

Hope this helps

Thanks
#nK

Hi @Nithinkrishna

Thank you for the reply, I tried that but i don’t. Know how to implement the logic over there . If possible can you please create a logic or workflow it would be helpful.

Thanks
Adarsh

1 Like

Sure I can provide you no worries.

It will be posted soon.

1 Like

Thank you so much @Nithinkrishna

1 Like

Hey @adarsh_kotagiri

Will your data grid table be already populated with some data ?

Or its all the user enters on the form.

Thanks
#nK

Hi @Nithinkrishna

Yes it is populated with some data as shown below
INPUT_DATA

Output
This is my required output where user should have an option to fill only the rows of PLACE_2 Column which are empty by seeing PLACE_1 Column of row is empty other wise it should throw an error message like PLACE_1 Is already filled

Thanks
Adarsh

1 Like

Hi @Nithinkrishna

Did you get any solution for this

Thanks and Regards,
Adarsh

1 Like

Hey @adarsh_kotagiri

Sorry, Forgot to post the same.

nmnithinkrishna_ConditionalFieldsInForms.zip (3.7 KB)

Hope this helps

Thanks
#nK

1 Like

Thank You so much @Nithinkrishna You really saved my day.

1 Like

Cool @adarsh_kotagiri

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