Hi all, I am brand new to Power Automate and I am trying to take a weekly .csv file, clean and format it with Power Query, then using PA to automate the file's contents to a SharePoint List. I am following the video from Reza Doranni: https://www.youtube.com/watch?v=uEZI_b1Gs-k
I have mapped the columns in the Create Item action and after I run the test flow, I get the following error message:
OpenApiOperationParameterTypeConversionFailed. The 'inputs.parameters' of workflow operation 'Create_item' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/Accounts/Id' is required to be of type 'Integer/int64'. The runtime value '"ABC, Inc. - Baltimore, MD - Shoes"' to be converted doesn't have the expected format 'Integer/int64'.
I have tried converting my Account Id column to integer by using this expression: int(item()?['Account'])
but I get the following error:
InvalidTemplate. Unable to process template language expressions in action 'Create_item' inputs at line '0' and column '0': 'The template language function 'int' was invoked with a parameter that is not valid. The value cannot be converted to the target type.'.
Any ideas? I have attached my sample data and screenshots of my flow.

