Hi,
I created an app to make pictures and save them directly to Sharepoint using a flow.
After the picture is downloaded I get a response back from flow in a button 'picture uploaded". When pressing the button the button disappears. So far exactly what I wanted.
However when making the second picture and sending it to Sharepoint, the picture is uploaded, but the button/message does not appear anymore.
Screen:
Onvisible: Set(CloseClick, false)
Button:
Text: DataFromFlow.picupload
Visible: If (DataFromFlow.picupload = "Picture uploaded" && CloseClick = false, true, false)
OnSelect: Set(CloseClick, true)
I can't find out how to make the Button appear again after the next upload.
Can anyone help me out?
Regards,
Yvonne
Solved! Go to Solution.
When you click the button you could clear the DataFromFlow variable.
Then when you initiate the Flow set the CloseClick variable back to false.
So after flow action
If(!IsBlank(DataFromFlow.picupload), Set(CloseClick, false) )
When you click the button you could clear the DataFromFlow variable.
Then when you initiate the Flow set the CloseClick variable back to false.
So after flow action
If(!IsBlank(DataFromFlow.picupload), Set(CloseClick, false) )
Thank you so much!! Works perfectly!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
195 | |
45 | |
45 | |
44 | |
35 |
User | Count |
---|---|
277 | |
81 | |
81 | |
74 | |
69 |