Hello! I'm developing a flow that reads an Excel Online worksheet and loads its contents into a SharePoint list. I've mapped all my fields to/from the correct sources and destinations, but now that I run the flow, all of my text fields in the SharePoint list have the spaces removed. For example in my Comments field, where my Excel reads "This is a comment," my result in SharePoint reads "Thisisacomment".
How can I prevent this? On my first try, I simply mapped the Excel fields using dynamic content, but encountered the error. Then I tried to map using the expression item()?['fieldname'] , but this did not help.
I'm doubly concerned because I have another field which is a lookup field in SharePoint. I get the lookup value by using a variable in my flow, but this method also removes the spaces from the text, and therefore I can't locate a matching value, so my result in SharePoint is blank for the lookup field.
How can I prevent this also?? Many thanks!