I’m trying to automate a process involving creating resource groups using workflow. I’ve found the projection NewResourceGroup, but for some reason it doesn’t seem to work inside a workflow. It works fine though Postman.
Workflow:
The first step creates the resource group. Defined as:
And an object seem to be created:
I’ve understood that to use bound actions I need to read the object before and result looks OK after read:
I get no errors in the two following call actions:
However, no resource group is created:
I’m able to create a resourcegroup using the same parameters, but doing the same api calls directly from postman.
I’m obviously missing something in the workflow, but what? Anyone that has experienced something similar?