Hi
could anyone help me?
How it is possible to set a default attachment in power app?
I tried:
Default:
DataCard.Attachments.Value = pic.png
thanks in front for the help!
Solved! Go to Solution.
Hi @JLMVV ,
You could use a collection to store your image.
I assume that I have an image in my media.
Add a button control and set its onselect property to:
ClearCollect(Col,{Id:"",Value:IMG_20210111_094015,AbsoluteUri:"",DisplayName:"IMG_20210111_094015.png"})
Set the attament control's properties like this:
Best Regards,
Wearsky
Hi @JLMVV ,
You could use a collection to store your image.
I assume that I have an image in my media.
Add a button control and set its onselect property to:
ClearCollect(Col,{Id:"",Value:IMG_20210111_094015,AbsoluteUri:"",DisplayName:"IMG_20210111_094015.png"})
Set the attament control's properties like this:
Best Regards,
Wearsky
User | Count |
---|---|
261 | |
110 | |
89 | |
53 | |
44 |