Hi all
I'm pretty a beginner in Power Automate. Therefore I hope I can get some advice here.
Here is what I'm trying to do. We have a list with items on sharepoint. Each item of that list gets an automatic 'ID'. Everytime a new item is created, a folder is make with the same name _id_. For example, item '6' is created and automatically a folder is generated with name '6'. Until this part my flow works without any issue by using blocks 'When an item is created' and 'Create new folder'.
Furthermore, in an addtional column of that table I want to add a link to each folder 'ID'. For example, we have item '2' and in the column 'link' we can click to go to that folder. In order to achieve that I'm using the block 'Update Item' and I set the value of the column link with the variable 'full path' that the 'Create new folder block' outputs.
This is the error I'm getting on the last block 'Update Item':
The 'inputs.parameters' of workflow operation 'Atualizar_item' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/IssueSource' is required to be of type 'String/uri'. The runtime value '"Gedeelde documenten/6"' to be converted doesn't have the expected format 'String/uri'.
I would be grateful if you could help me with this.
Kind regards
André