
Hi,
how can I import a list of files Attachments in DataCardValue of any IDNumber chosen by me in the list. I dont use Galery.
For Example I choose IDNumber and I want to see in DataCardValue only Attachments.
Hi @ReeX ,
Do you want to select a IDNumber on the Canvas App and the Attachment will show on the DataCardValue in the Form?
The Combo Box will help you.
We created the data source in the List below.
We need to insert a Combo Box and fill in the formula.
TestList0712.IDNumber
Insert a form and select the data source you want to show. Click Edit field and only add Attachments.
Fill in the formula in the Items of the Form.
LookUp(TestList0712,IDNumber = ComboBox1.Selected.IDNumber)
Hope this will help you,
Best Regards,
Tina