Flow Designer condition

ARAVINDA11
Tera Contributor

@Ankur Bawiskar @Community Alums @Maik Skoddow @Sohail Khilji or anyone please help me wih below scenario how to achieve it

 

Team could you please help me to understand how can I filter condition based record in flow designer integration hub for example i need to add a condition as if the data needs to be created from third party to  servicenow table with the serial number starting with 7*series only if not no data should be created. Please help me how can I achieve it

5 REPLIES 5

Sohail Khilji
Kilo Patron
Kilo Patron

Hi @ARAVINDA11 ,

 

did you start with anyting so far ? you will have parse the json which you get from the third party and use if condition check in your flow designer againts the varaible / object were you store the serial number to see if it start  with series 7.

 

 


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect

@Sohail Khilji @Maik Skoddow 

 

JSON Parser is already done and mapping also done it is creating record in servicenow table

In my flow designer I added a condition AND SELECTED MY Number field and in if condition of flow designer I can it is showing is /isnot / contains / does not contain there is no condition called as Starts WITH please help me how ca i achieve this

you can use javascript function startWith();

 

var text = "Hello world";
text.startsWith("Hello");


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect

Buddy there is no option to write a script in if condition in flow designer please help how can I achieve this