How to update update checkbox(boolean field) in hardware model table by Yes/No field on catalog form in flow designer?

jugantanayak
Tera Guru

Hi,

I have a requirement to create few fields in Hardware Model table. Most of the records got created except one field i.e. certified field, as because the the field mentioned in the catalog form is Yes/No field and in the table it is a Check box.

Field in Catalog form:

find_real_file.png   

Field in Hardware table:

find_real_file.png

Flow designer:

find_real_file.png

find_real_file.png

But field is not getting updated.

Kindly suggest.

Thanks in advance.

Best Regards,

Juganta Kishore Nayak

1 ACCEPTED SOLUTION

shloke04
Kilo Patron

Hi,

You need to mark the check box as True which is next to Certified as shown in screenshot below:

find_real_file.png

Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

View solution in original post

3 REPLIES 3

Hari Prakash Y2
Tera Contributor

Hi,

You can use inline script to update the value to true/false, since the variable and field on table are of different type.

 

Please mark my answer helpful/correct if solved the issue. Thanks.

 

Regards,

Hari

shloke04
Kilo Patron

Hi,

You need to mark the check box as True which is next to Certified as shown in screenshot below:

find_real_file.png

Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

Hope this helps. Please mark the answer as correct/helpful based on impact.

Regards,
Shloke

Hi Shloke,

Thanks for your reply.

It's working properly now.

Best Regards,

Juganta Kishore Nayak