Hi all, need help for multiple workflow situation

i am working on a project with oracle application. now i am facing a problem which i have a templet sent from end users to be processed throw the application.
all is done for the normal process. but now in the templet have a column name DFF. this column contains multiple data format for example the cell might be empty or set of normal numbers (112373)
or numbers separated by (“.”) like this 1.1.1.1 now every option from what is have mentioned need to be applied on different workflow.
for more clarification.
if the DFF column have empty cells workflow number 1 should be triggered
if the DFF column Have normal set of numbers workflow number 2 should triggered.
and so on. also when i have data separated by “.” it needs to be separated and get each number in a variable to use it in the workflows. this part related to the separation is done and i have managed to extract the data separately. now i don’t know how to set conditions for each workflow based on the DFF data. and what is the best practice for this problem?

Hi @mohamed.saty2012

Based on DFF data you can use “If - ElseIf”, and “Switch” activities.

Hope this helps :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.