In my flow I keep getting an error when trying to take an excel value and populating a Lookup column in SP.
The 'inputs.parameters' of workflow operation 'Create_item' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/ToolNumber/Id' is required to be of type 'Integer/int64'. The runtime value '"B007"' to be converted doesn't have the expected format 'Integer/int64'.
How do I convert Excel Text Fields to Integer/int64 values that sharepoint lookup columns can read?