Flow Designer Using Variable for Trigger Condition Not Working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2024 06:01 AM
Good morning community.
I am building a flow that is watching for sc_task inserts and doing stuff based on trigger info. On one request type, I am referencing the short description on the TASK as well as a variable value. This is not triggering when created even though the variable is correct. What am I doing wrong?
the Docusign trigger is working fine, but the Jira request is not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2024 12:02 AM
Hi @jlaps
Can you try with CONTAINS instead of IS?
Murthy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2024 06:33 AM
I tried contains, and it still did not work. Frustrating.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2024 12:46 AM
Hi @jlaps ,
to check for variable values you need to use IF condition against 'Get catalog varaibles' action. and for short description you can use string to check for values 'be aware of spaces or special char'.
try using contains or starts with in the trigger conditon.
Try using one condition at once to see which conditions is causing the issue...
☑️ 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
03-26-2024 06:39 AM
Not sure I understand what you are saying here. The Trigger part is first, and I do have a GET CATALOG VARIABLES below that, but they are not available in Trigger, right? The trigger has to fire before it knows which record to pull the variables out for, so I think I am misunderstanding.