How to Update variables in a table through Flow Designer.

Munna1
Tera Contributor

Hi All,

I have a requirement to update two variable values in Hardware table through flow designer. These two variables are Yes\No fields in catalog item. I am trying to update these fields by picking the values from the catalog item while raising a request, but these fields are not updating. Is there any other way to update ?

 

1 ACCEPTED SOLUTION

Replace your first line to something like this:

var sd = fd_data._1__get_catalog_variables.your_variable_name;

View solution in original post

6 REPLIES 6

Munna1
Tera Contributor

Thanks OlaN and Muhammad

Thank you, and please don't forget to close this thread by marking an answer as correct, if you feel that your question has been resolved.