Flow Designer condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2024 02:08 AM
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2024 03:24 AM
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....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2024 04:14 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2024 06:11 AM
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....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2024 06:44 AM
Buddy there is no option to write a script in if condition in flow designer please help how can I achieve this