How to keep the selected value in a DDL showing file's names uploaded in a Document Library

Copper Contributor

I have customized the form that contains the uploaded files in the Document Library (named 'ERO'), which is organized in folders and subfolders.

In the customization I have added a DDL "Initial File Reference" that retrieves the file’s names already uploaded in the Document Library in a specific path in this way:

Items: Filter(ERO;'Folder path'= ThisItem.'Folder path')

silviapauit2022_0-1643714347475.png --> 

silviapauit2022_1-1643714423743.png

When I select one of these file's names, I write the corresponding ID file in the textbox "Initial_Contribution_Reference".

 

Afterwards, when I select a file and I go to the info button -> 'Edit all' , I expect that this DDL shows me the file's name that has been already selected before, in case I want to change the selection, BUT I don’t see the file name selected:

silviapauit2022_0-1643714347475.png

 

The second problem is that the DDL should show not all file’s name but only the files that has the metadata “Contribution” equals to “Initial” value. If I add this condition in the filter formula the DDL doesn’t show any file name even though I have uploaded files with this metadata: Items: Filter(ERO;'Folder path'= ThisItem.'Folder path' && Contribution.Value = “Initial”)

 

Thank you 

0 Replies