Dear all,
I'm working in a flow, and basically I have to copy the row from an Excel table to a SharePoint list. It's working properly with exception the number fields, as you can see in the attachment. The number columns don't appear in the dynamic content. Please could you help me? Thanks in advance.
You can use an Expression as below if you can't find your column in the dynamics content
items('Apply_to_each')?['EXCELCOLUMNName']
Apply_to_each to be replaced by your Apply Loop Name and the column name is to be replaced as well.