Hi,
I have created a reusable workflow that I have associated to a list.
There was some instance of this workflow running and I change the list name, then problem start.
In this workflow I do a rest call like this : [%Workflow Context:Current Site URL%]_api/lists/getbytitle('[%Workflow Context:List Name%]')/items([%Current Item:ID%])
Everything was working fine before I changed the list name. When I debug it, it was still using the old name of the list instead of new one.
Do you have an idea why is that since there is no hard coded list name ?
I have removed the workflow and add it again and it works now but I would like to know why it was using the old name of list.
Thank you,
Alex