- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2022 11:45 PM
Steps That I have used
1> Created event
2> Called on Flow Designer
3> Then triggered a notification
The error I got:
1> I got below error after testing above steps
So, what I did is, I changed record table to sysevent and
and while trying to attach a notification I get error
now recevied error
Requesting your help in suggesting triggering approval notification on the flow designer.
Thank you for your time and kindness.
Solved! Go to Solution.
- Labels:
-
Service Creator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2022 06:50 PM
If the notification is caused by something in Flow Designer then why are you creating an event?
Create a notification where the Send When is "TRIGGERED"
Then, just call the Send Notification activity in Flow Designer and call this notification specifically.
Cut out the event middleman.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2022 06:50 PM
If the notification is caused by something in Flow Designer then why are you creating an event?
Create a notification where the Send When is "TRIGGERED"
Then, just call the Send Notification activity in Flow Designer and call this notification specifically.
Cut out the event middleman.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2022 06:54 PM
Also, doing events via the Create Record action is a bit of a pain in the sit-downer.
I made a video explaining how to make a custom Flow Action that works much like gs.eventQueue and gs.eventQueueScheduled (if you're committed to the event route)