How to add conditions to Catalog Task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2023 01:41 AM
Hi All,
I have an issue how to add conditions to my catalog tasks.
We are using one flow for all of the items but currently I am working on catalog item in which I have three situations:
In first variable user check if he wants to 1. Create, 2. Change or 3. Remove and depends on which he will choose in this variable, then appropriate catalog tasks will be created, example:
I. User choose in variable 1. Create ALSO depends on localization of user, then:
- when 1. Create and localization 123 then Tasks A is created
- when 1. Create and localization 456 then Tasks B is created
II. User choose in variable 2. Change ALSO depends on localization of user, then:
- when 2. Change and localization 789 then Tasks C is created
and so on
How can I achieve this?
Thanks in advance for help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2023 02:00 AM
Hi @Kasia5 :
You can achieve above condition by using workflow. You can create a switch for Create New, Change and Delete.
You can use below image as a reference.
With if else condition you can achieve you Task creations
Thanks
Abi