Having stumbled across the recent addition of the 'For a selected file' trigger (because it broke all of the Flows I had using 'For a selected item' for document libraries), I'm now in the process of rectifying the broken Flows.
I noticed that the ID dynamic content for the new trigger doesn't appear to have been set up. In the meantime, I believe you can use the expression triggerBody()['entity']['FileId'] . (Note: I'm yet to test the expression, I copied it from another action, will update if it doesn't work).
Solved! Go to Solution.
Hi @Anonymous ,
Indeed, as you have described, Dynamic content may not be available when configuring certain fields.
You could use the following two methods to solve the problem.
The first is the Expression you mentioned. In fact, all Dynamic content can be represented by Expression.
triggerBody()?['entity']?['FileId']
Image reference:
The other is to use Compose to get the specified Dynamic content, then configure Compose in the specified field.
Image reference:
Please take a try.
Best Regards,
Hi @Anonymous ,
Indeed, as you have described, Dynamic content may not be available when configuring certain fields.
You could use the following two methods to solve the problem.
The first is the Expression you mentioned. In fact, all Dynamic content can be represented by Expression.
triggerBody()?['entity']?['FileId']
Image reference:
The other is to use Compose to get the specified Dynamic content, then configure Compose in the specified field.
Image reference:
Please take a try.
Best Regards,
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
41 | |
40 | |
37 | |
34 | |
30 |
User | Count |
---|---|
49 | |
37 | |
35 | |
31 | |
24 |