Hello,
Please have a look at the flow as shown in the printscreen below.
The button allows you to take a picture and say 2 things about the picture (what machine it is and what it is doing).
It would be useful to be able to add this picture to a documente library (this is already possible), but also add the values selected in the 2 fields to columns created for the documents in the library (as far as I can tell this is not possible). The result should be something as shown in the second printscreen
Solved! Go to Solution.
Hi @Anonymous,
Could you please share a full screenshot of your flow's configuration?
Do you want to add the values selected in the 2 drop down fields of the Flow Button trigger into the columns created in your SP library?
I think Microsoft Flow could achieve your needs. I have made a test on my side and please take a try with the following workaround:
Within File Name field of the "Create file" action, type the following formula:
concat(utcNow(),'.jpg')
Within "Update file properties" action, specify Site Address and List Name. Id field set to ItemId dynamic content of the "Create file" action.
The flow works successfully as below:
Best regards,
Kris
Hi @Anonymous,
Could you please share a full screenshot of your flow's configuration?
Do you want to add the values selected in the 2 drop down fields of the Flow Button trigger into the columns created in your SP library?
I think Microsoft Flow could achieve your needs. I have made a test on my side and please take a try with the following workaround:
Within File Name field of the "Create file" action, type the following formula:
concat(utcNow(),'.jpg')
Within "Update file properties" action, specify Site Address and List Name. Id field set to ItemId dynamic content of the "Create file" action.
The flow works successfully as below:
Best regards,
Kris
Hello,
This works indeed!
Thank you!
Regards
Wim
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
42 | |
17 | |
15 | |
14 | |
13 |
User | Count |
---|---|
75 | |
38 | |
27 | |
20 | |
18 |