Hello All,
I am having the hardest time with something. I'm about a month old in Flow so please have patience with me.
Below is what I have so far. I just don't know what to do to get the value from the first action into the variable. It's probably simple but I just can't figure it out. I've seen blogs and I just don't get how.
Solved! Go to Solution.
Hi @theisogunro ,
Please see my post
If you may find it useful please accept this as solution.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogHi @theisogunro ,
First of all, it may need to explain that Principal Id you need is property--id in the response of the first action, so you only need to get id value in the first action. .
If you follow configuration with image you provided, this value can be obtained through the Expression below.
You could configure the following Expression in Value:
body('Get_the_user_Principal_Id')['d']['id']
Image reference:
Hope it helps.
Best Regards,
Hi @theisogunro ,
Please see my post
If you may find it useful please accept this as solution.
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogHi @theisogunro ,
First of all, it may need to explain that Principal Id you need is property--id in the response of the first action, so you only need to get id value in the first action. .
If you follow configuration with image you provided, this value can be obtained through the Expression below.
You could configure the following Expression in Value:
body('Get_the_user_Principal_Id')['d']['id']
Image reference:
Hope it helps.
Best Regards,
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
26 | |
26 | |
23 | |
13 | |
10 |
User | Count |
---|---|
62 | |
50 | |
30 | |
29 | |
24 |