How to add conditions to Catalog Task

Kasia5
Tera Contributor

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!

1 REPLY 1

IAmAbhigyaan12
Giga Guru

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.

IAmAbhigyaan12_0-1694681979743.png

With if else condition you can achieve you Task creations

 

If my answer solved your issue, please mark my answer as Correct & hit like Helpful

Thanks
Abi