Hi All,
I am currently getting an error while executing a flow.
The error is in one column particular. The excel sheet has a column that contains the hyperlink. These hyperlink needs to be copied to sharepoint list. But the flow is throwing the following error:
OpenApiOperationParameterTypeConversionFailed. The 'inputs.parameters' of workflow operation 'Update_item_2' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/Link' is required to be of type 'String/uri'. The runtime value '"BPIA-00018 "' to be converted doesn't have the expected format 'String/uri'.
The sharepoint column type is string with rich text (hyperlink) enabled. I have also tried the column type as hyperlink.