- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 01:26 PM
We have a form that will create a catalog task after a first approval. I'm using flow designer and in that catalog task, I want to add a catalog variable so that a member of that assignment group has to enter a value in that variable before closing the task.
I've added the variable to the catalog item; however, I also don't want it to show up when the user completes the form because the field is unrelated to the items on the form. I only want to be able to add it to the catalog task. Is there a way to do this? I've tried a UI policy/action on the form where visible = false and the form is fine but when I added it to the catalog task, it was not visible.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 08:34 AM
Hello @Laura12 ,
Instead of applying on catalog task , apply it on catalog item view and requested item . And make field visible false. Its working on my PDI.
Please Mark Helpful.
Regards,
Rohini Sane

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 08:08 AM
Hi Laura,
Can you please share the screenshot of your UI policy along with the Ui policy action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 08:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 08:06 AM
So, I did just get the variable on the catalog task - I hadn't saved/activated my flow.
However, like I said earlier, the variable is still visible on the main form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 08:34 AM
Hello @Laura12 ,
Instead of applying on catalog task , apply it on catalog item view and requested item . And make field visible false. Its working on my PDI.
Please Mark Helpful.
Regards,
Rohini Sane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 09:12 AM
Rohini,
That worked!! One last question, can I make that field mandatory on the task? I made mandatory=true but it's not making it mandatory on the task.