sys_email table is not available in flow designer actions.

sapnapraveen
Tera Contributor

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..

 

 

1 ACCEPTED SOLUTION

Kieran Anson
Kilo Patron

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

View solution in original post

3 REPLIES 3

Kieran Anson
Kilo Patron

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

Hi Anson,

Thanks for the suggestion. It is working.

a_e_mcdonald
Tera Expert

Tera, even if you add sys_email to the Flow Designer system properties, you can only use Actions with Outbound Email, not triggers.