I have a flow that puts answer from Forms into Sharepoint List
One of the input rows in List is defined as Hyperlink.
When writing other than text formated as hyperling (ex TEST instead of www.test.no) the flow fails.
Anyone have the way to fix it?
Details:
The 'inputs.parameters' of workflow operation 'Opprett_element' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/ISI_x002d_Prosjekt' is required to be of type 'String/uri'. The runtime value '"Test"' to be converted doesn't have the expected format 'String/uri'.
Solved! Go to Solution.
Change the input in the list to be a single line of text. Other than that you will have to do checking in the flow to make sure it is in the form of some url. If the options are limited make it a choice or drop down in the form and have the user select what they need and use the flow to put in the correct address. Like this:
Which site do you use:
and in the flow compare the answer and use the correct www.Site1.com
More insight into what the question is and what the link in may help.
Change the input in the list to be a single line of text. Other than that you will have to do checking in the flow to make sure it is in the form of some url. If the options are limited make it a choice or drop down in the form and have the user select what they need and use the flow to put in the correct address. Like this:
Which site do you use:
and in the flow compare the answer and use the correct www.Site1.com
More insight into what the question is and what the link in may help.
User | Count |
---|---|
13 | |
5 | |
4 | |
4 | |
3 |
User | Count |
---|---|
11 | |
6 | |
6 | |
6 | |
6 |