attach
My user will be uploading attachment in the above shown "Attachments" field and i need give some logic that will take the name of that attachment and show in "PO Number" column as shown above (all before submitting form)
Any way out ?
Solved! Go to Solution.
Hi @vish_p
I am not sure I understand your full requirement, but if you would to get a handle on the name of the attachement that is currently selected in the Form, you can check what the Card Value control name is, and then use the following formula to extract the name.
First(DataCardValue2.Attachments).Name
Let me know if you don't come right.
twitter: @dawidvh
youTube: https://www.youtube.com/channel/UCIMe_ErQZP5chbI9UyW0xLw
>>If you found this reply helpful, please mark this as the answer to close the topic and make it easier to find for other people with similar questions.<<
Hi there.
You can use the following to get the displayname
First(First(Filter('AttachmentsList',ID = ThisID)).'{Attachments}').DisplayName
Let me know if you don't come right.
twitter: @DavesTechTips
youTube: https://www.youtube.com/channel/UCIMe_ErQZP5chbI9UyW0xLw
i guess this is taking the name of attachment which is already there in that list item/after uploading attachment ,but my requirement is to fetch the name of attachment that user want to upload and selected that attachment in the "attachments" field but not yet uploaded
Hi @vish_p
I am not sure I understand your full requirement, but if you would to get a handle on the name of the attachement that is currently selected in the Form, you can check what the Card Value control name is, and then use the following formula to extract the name.
First(DataCardValue2.Attachments).Name
Let me know if you don't come right.
twitter: @dawidvh
youTube: https://www.youtube.com/channel/UCIMe_ErQZP5chbI9UyW0xLw
>>If you found this reply helpful, please mark this as the answer to close the topic and make it easier to find for other people with similar questions.<<
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
208 | |
189 | |
83 | |
57 | |
36 |
User | Count |
---|---|
296 | |
246 | |
119 | |
83 | |
55 |