Hi,
I want to select all columns to retrieve in ‘Get List Item’ SharePoint List activity.
That has a lot. When I select one, the step is refresh every time so it will took a lot of time to select every column one by one . Is there any way faster to select all option than select one by one?
catch is that the file is not exported in excel, Instead a live iqy file. Everytime we open this file - it will be updated with the latest details from SharePoint
Keep this exported iqy file in your project folder
Use excel application scope and read this iqy file.You can do all the filters and operations after reading this file and using data table filter activity.
If you can you can try using classic activities instead of modern for o365 that does not need columns to be specififed
Or other way is export the list from sharepoint and you will get all column names in excel just use an excel formula to append all together with comma and double quote separation and use that in the columns to retreive field New String() {"value from excel formula"}