We can use startswith condition in if block in flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2025 09:09 PM
Hi All,
I was stuck with on topic how to use starts with condition in if block of flow designer.
The below is the solution and we can use it as it works for me and will be helpful for all.
Steps to follow are:
1. Select the flow logic as "if".
2. Then select the value of the field which you want to check the starts with by dot.walking
3. Then click on symbol with circle "fx".
4. Then select string from drop select followed by starts with and then add the value in String field which we want to use as starts with . ex String Value starts with "p"
5. Then click on apply.
6. Select the operator as "is"
7. Add value as "true".
8. The filter is applied using condition builder using if block value starts with and if the value matching is found the result will be true or else it will not execute the block.
Please mark help and reply.
Thanks,
Ajay Game.