I've been trying to build an automated approval workflow in Fusion by following the "Automating Workfront Request Approval Workflows" chapter within the Adobe Workfront Fusion Cookbook but have stumbled upon an error which I can't get beyond. I'm pretty new to Fusion so I may be making a rookie error.
I've followed the instructions as best as I can and have build the workflow as closely to the example as possible.
When I get to the Custom API Call (POST: Create Approval Process), I'm getting the following error: The operation failed with an error. [422] APIModel V16_0 does not support field shouldCreate (ApprovalPath)
This is the overall output:
This is the body:
What am I getting wrong here?
Solved! Go to Solution.
Views
Replies
Total Likes
The "shouldCreate" key isn't a thing. Take that part out.
Edit: IIRC you also need to provide a value in the approvalType field, and I don't think sequenceNumber should be sent either.
Views
Replies
Total Likes
The "shouldCreate" key isn't a thing. Take that part out.
Edit: IIRC you also need to provide a value in the approvalType field, and I don't think sequenceNumber should be sent either.
Views
Replies
Total Likes
Thanks for the response.
I've removed the "shouldCreate" and "sequenceNumber" elements from the JSON module but still keep getting the "The operation failed with an error. [422] APIModel V16_0 does not support field shouldCreate (ApprovalPath)" error (even after replacing the surrounding modules).
I'll have a go at creating the JSON again from scratch and see if I have any luck.
Views
Replies
Total Likes
After some more playing around, I finally managed to get the workflow to work. Thanks so much for your help!
Views
Replies
Total Likes
Hi @Darsh - Can you share the blueprint of the scenario please? I'm creating something similar. Thanks!
Views
Replies
Total Likes
I figured it out. Thanks!
Views
Replies
Total Likes
Hi Darsh,
Can you please share the blueprint. We are still getting the error
Views
Replies
Total Likes
Views
Likes
Replies