Hi All,
I have a requirement on the user basis SharePoint column selection on the UI screen (Canvas App) and export to excel for the chosen columns.
Solved! Go to Solution.
Hi @mahalakshmij_03 ,
Do you want to create a excel file that contains the multiple selected columns?
Based on your description, I have made a simple test for your reference.
Test SharePoint list:
It is needed to get values of all columns and then drop the unselected columns:
Result:
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Hi @mahalakshmij_03 ,
Do you want to create a excel file that contains the multiple selected columns?
Based on your description, I have made a simple test for your reference.
Test SharePoint list:
It is needed to get values of all columns and then drop the unselected columns:
Result:
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.
Thanks a lot @v-jefferni This is what I need. - Dynamic Column selection. I will try it out.
@v-jefferni And could you please suggest the solution for the Auto width for the column generated in this excel.
User also wants in the order as they provided. For eg: Log Note, Function, ID,..
Basically Collection parameter results only in the Alphabetical order. We have option in the Power Automate as " Custom column" in the Create CSV action but don't know how its works for our method of passing collection.
Thanks for your support.