Hello there!
I've created a flow that copies a row from Excel to a SharePoint list. The flow works well, but there's a problem with a lookup column - its value isn't being copied.
I'm using this expression: item()?['ID_corso id'].
How can I properly copy the excel's value to the SharePoint list's column?
Thank you!