Greetings All - I am new to API Calls and I almost have this scenario complete. However, I'm having an error message issue and don't know how to fix it.
Here's the scenario - I'm copying fields from one Custom Form to another. The fields are exactly the same. However, it's causing the attached error. I think it's because I'm copying it from An issue object into a program object.
Here's what I think it is...but I'm not entirely sure:
Thank You for your help in advance! Deborah
Solved! Go to Solution.
Views
Replies
Total Likes
Ah - in your name/value pair module, add DE: to the value of "Field Name"
Then your scenario works fine.
Couple unsolicited comments:
Views
Replies
Total Likes
Your error is in the last module - could you show the configuration?
If you're updating a normal object with form - why are you using customAPI calls and data transformation instead of reading all parameterValues and mapping them to an UpdateRecord module?
Views
Replies
Total Likes
Yes of course! Please see attached. I Did want to make mention I'm taking form fields from an Issue inside a Project Queue (Program, Project, Task, Request config) and pasting it into a designated Program with a different form, but the same fields.
Please see attached. TY Deb
Views
Replies
Total Likes
Hi Deb,
all is good in that module since you're using the JSON generated in module #7.
Yes I would first try and use DE: for the custom fields.
Second I would try to get the Issue/Request with "parameterValues" (added to the list of fields to return) and map them to the program form.
In the case you want to stick with what you have, try the DE: addition first, if that fails lets' see the JSON object?
Views
Replies
Total Likes
Hi @DeborahLeigh123 did you get this resolved?
Views
Replies
Total Likes
Greetings. Not quite yet. I was unable to find anything missing that you suggested. I put together all the fields to show you I was calling parameterValues and DE: Do you spot anything unusual in there? I attached an image. TY
Views
Replies
Total Likes
Looks ok at first glance.
What's the JSON look like?
Views
Replies
Total Likes
BTW you can jsut do this:
convert the parameter values to JSON and put them into the PUT customAPI call. I'll recreate what you're doing to see what happens
Views
Replies
Total Likes
Ah - in your name/value pair module, add DE: to the value of "Field Name"
Then your scenario works fine.
Couple unsolicited comments:
Views
Replies
Total Likes
@Sven-iX You're the GOAT! TYVM for your time. your solution to add DE: was the golden ticket.
I actually do need the entire string because it will be pasting into a different custom form. So, keeping the original string is correct.
Thank you very much! Deborah
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies