RE: Export to Excel NEEDS IMPROVEMENT
Hi Wolverine,
You could take following way as alternative solution for current situation.
1. Enable Store form submission option to your form, it will create actual records in system.(An entity called marketing form submission.)
2. Build a fetchXml query to get form submission records and its associated field value.(the submitted value, by adding linked-entity attribute to fetchXml.)
You can use my sample query directly, just replace msdyncrm_marketingformid(9d4db02a-4fcb-ea11-a812-000d3aa08b45) with form id of your owns.
3. Create a flow like screenshot below:
step 2:
step 3:
Create a CSV table, note that the ContactName column could be set to item()?['_msdyncrm_matchedcontactid_value@OData.Community.Display.V1.FormattedValue' to get the name value of Contact instead of guid.
step 4, the final step: Create a csv file in OneDrive using the output from step 3
Test result:
In submitted value column/field, data of option set field is its label value.
The excel file:
(In my environment, the Country field is option set type.)
Regards,
Clofly
If you had found any answer helped, please kindly mark as verified to close the thread, it would be really appreciated.