I’m getting a SharePoint List with the activity:
Sharepoint application scope → Get List Items
What is weird is that space is removed from all the headers, e.g. “Link 1” turns into “Link1”.
Is this a known bug?
Spaces in the column values are still there.
+1 to the Issue you mentioned. However here is what I did as a workaround. Write the DataTable to an excel sheet placed in a temp location using Write Range Workbook Activity (Add Headers - Unchecked), Read the same excel sheet with Read Range Workbook Activity (Add Headers - Checked) and then delete the excel sheet. This way you get the headers as exactly as you want them to be.