Designer form to populate multiple outlook attachment descriptions

Hello there I want to show attachment name in designer form. There are number Of mails and having 0,1,2or up to 10 attachments.
Thanks in advance.
Help appreciated.

Hi @sachwank

You can fetch all the Names of the attachment into a string and in the designer form drop a text box , copy the field key
In the form field collections add the argument with the field key fetched earlier and Value will be the attachment names in the form of string.
Once you run the project you will see the string values in the text box.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.