Hi,
I'm trying to push the data from a Microsoft Forms submission to a SharePoint list. The specific data I'm trying to transfer is a string value intended for a column in the SharePoint list, which is configured as a lookup list with string values. I'm need some guidance on how to change the the format from integer to string for passing the information. Any advice on how to accomplish this would be greatly appreciated.
The error - The 'inputs.parameters' of workflow operation 'Create_item' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/EquipmentID/Id' is required to be of type 'Integer/int64'. The runtime value '"Toyota Forklift"' to be converted doesn't have the expected format 'Integer/int64'.
MS form -
SharePoint List form -
Flow to get response from MS forms to SharePoint list -