Hello Everyone,
I have scenario like below.
1. App connected to SharePoint list.
2. I have a Dropdown with options like ["Level1","Level2","Level3","Level4","Level5"].
I want, when user selects a specific value in the dropdown it should be added as prefix to the file which getting attached. So, user will select the value and add the file, for example. a.txt, b.txt, c.txt = Level1-a.txt, Level2-b.txt, Level3-c.txt and so on.
I can see some of the complex use cases and their solutions however my requirement is slightly simple though looking for some help. 🙂
Thanks in advance!!
Warm Regards,
Akshay