HI I have a flow which send and email after a trigger.
The email contains a value 'SROUrgency' This value currently displays as 717710001. I need it to display the text associated with that value. In this case URGENT.
I have tried every type of triggerbody()?['SROUrgency.SelectedText.Value'] I can think of and it always returns blank.
Can someone please tell me the correct syntax to extract the text please.
Paul
Hello @SwingeyP
Could you share the trigger outputs from one of your flow runs.
Proud to be a Flownaut!
hello @Jcook ,
I have tried this in the email V2 section and where the VAR is set. It always returns nothing triggerbody()?['SROUrgency.SelectedText.Value']
So I decided to try and force the value dependant on IF
if(equals(triggerBody()?['SROUrgency'],'717710001'),'Medium',if(equals(triggerBody()?['SROUrgency'],'717710002'),'HIGH','NULL')) - other values to be added.
The catch all fires here and returns NULL even though the output shot above clearly shows the value of SROUrgency.
So my thought is that it's something to do with a 'dynamic' vs 'static' variable?? I am a newbie to flows and it's weird expression editor.
Hello @SwingeyP
Could you please send me the outputs from your trigger in a Flow run.
To do this:
Inside a Flow run, Select the Trigger,
There should be a Outputs box, (It may say Click to download - that is fine click there)
and copy and paste the results here.
Proud to be a Flownaut!
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
32 | |
15 | |
15 | |
13 | |
7 |
User | Count |
---|---|
39 | |
20 | |
14 | |
10 | |
8 |