- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2022 12:37 PM
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 ?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2022 01:52 PM
Replace your first line to something like this:
var sd = fd_data._1__get_catalog_variables.your_variable_name;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2022 11:32 PM
Thanks OlaN and Muhammad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2022 05:00 AM
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.