- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I am hiding a variable (Delivery Method) on the Catalog Request and Task forms. In workflow, I need to toggle on the variable value in a workflow, but the value is null. How do you retrieve a hidden variable that only shows on the RITM form in the work flow ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
I resolved this be adding an additional Get Catalog Variables before the IF statement. Thanks for Viewing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
These are the Delivery Methods, Pickup or Delivery. The value for delivery_method is null. This is because I hide this variable on the Request Form and the Catalog Task. It is shown on the RITM form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
I resolved this by getting the catalog variables again right before the If statement. Thanks for viewing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
I resolved this be adding an additional Get Catalog Variables before the IF statement. Thanks for Viewing.

