- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2021 08:31 AM
sys_email table is not available in flow designer actions. Our flow designer is in scoped application, sys_email table is in Global application. sys_email table by default access from all application scope. But still facing the issue.
Can anyone please suggest?
Thanks in advance..
Solved! Go to Solution.
- Labels:
-
flow designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2021 12:06 PM
Hi,
As this is a system table, it'll need to enabled for access with the following system property. If you're wanting to use flow designer to perform actions on inbound emails you should use the trigger condition "Inbound email"
sn_flow_designer.allowed_system_tables

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2021 12:06 PM
Hi,
As this is a system table, it'll need to enabled for access with the following system property. If you're wanting to use flow designer to perform actions on inbound emails you should use the trigger condition "Inbound email"
sn_flow_designer.allowed_system_tables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2021 10:58 PM
Hi Anson,
Thanks for the suggestion. It is working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2024 08:53 PM
Tera, even if you add sys_email to the Flow Designer system properties, you can only use Actions with Outbound Email, not triggers.