Simple Flow Designer flow not triggering on SC TASK table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2022 12:01 AM
Hi,
A simple flow designer is not triggering but when we test it by clicking on the test button it is working fine but after activating the flow its is not triggering automatically.
Table name: Sc_task( Catalog Task )
Do we need to activate any plugin's to triggering flow?
I activated the flow and Test is successful when tested.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2022 05:50 AM
Hello,
There are no additional plugin requirements, your start conditions just aren't being met. Clicking Test will not always directly reflect what the actual outcome is. What conditions do you have for the sc_task that should trigger the flow? Can you provide a screenshot?
Please mark my answer as correct/helpful if it has helped you.
Thanks,
Logan
--
LinkedIn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2022 10:34 AM
Hi Logan,
Thanks for the reply.
Test is successful when tested but flow not triggering automatically.
Below are the trigger conditions to trigger flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2022 10:40 AM
Nothing immediately stands out with those conditions other than using starts with for the group, I'd suggest using an "is" operator if possible and that may be your issue.
I would just start with one condition (short description) and check if the flow executes, then add the next condition, then the next.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2022 07:10 AM - edited 06-18-2025 09:30 AM
Hi Logan,
1. I changed to "is" operator but still flow is not triggering.
2. I also tried just with one condition, and still no use.