Hi Team
I have a Compose trigger, but want to set out an expression configuration for an email address can use to my flow 'Approval type' for AssignedTo(so i can use my trigger here for Compose).
Hi Team
I have a Compose trigger, but want to set out an expression configuration for an email address can use to my flow 'Approval type' for AssignedTo(so i can use my trigger here for Compose).
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Naimish MakwanaPosted Apr 25, 2024, 6:09 AM
It sounds like you want to use an email address in your ‘Approval type’ flow and assign it to the ‘AssignedTo’ field. You can achieve this by using an expression in your Compose action. Here’s a general way to do it:
Add a Compose action: In your flow, add a Compose action where you want to use the email address.
Set up an expression: In the Inputs field of the Compose action, click on the Expression tab and write an expression that represents the email address you want to use. For example, if the email address is stored in a variable called
email, your expression might look like this:Please replace
'email'with the actual variable or value you have in your flow. If the email address is not stored in a variable and is a static value, you can directly input it in the ‘AssignedTo’ field.Thanks