
Announcements
Hi,
So I had a flow that was working previously and suddenly started failing one day without any changes either on the sharepoint list or on the flow side.
So the flow actually copies a selected row in the list. It was working fine till yesterday but suddenly started failing today and after a lot of research and work arounds i'm still unable to fix it. Below is the snapshot of the flow :
It just has 3 steps and i'm simply passing the values i got in the 2nd step to the 3rd one to create a new item. It is now giving me an error saying : The 'inputs.parameters' of workflow operation 'Create_item' of type 'OpenApiConnection' is not valid. Error details: The API operation does not allow writing a value for parameter 'item/Owner_x0028_s_x0029_[0]/DisplayName'. This parameter is read only.
There is a column which actually holds the identity of a person of my organization where it is actually failing. I have already tried some work arounds like : The 'inputs.parameters' of workflow operation 'Cre... - Power Platform Community (microsoft.com)
but it adds '\' to the array and even if i replace it it still prevails while sending the data.
Can someone help me ?
Thanks
Saif