I am trying to create some logic to update Project Online custom fields based on information from a Financial Spreadsheet.
I have the logic working on getting the list of projects from Project Online and the values in an array from the Financial Spreadsheet.
Based on this logic, I'm able to locate the project, check it out, update the 'Description':'To New Description' using the .../Draft URI.
But I cannot figure out the syntax to update the Custom Fields using the /Draft/UpdateCustomFields. The phase I'm at is just to pick one of my custom fields titled "_CER" with InternalName>Custom_c0d469448e88ea11afb500155de8e804 and just set it to '123456' or something simple (single line text field.) When I update 'Description' the run takes about 3minutes but when I try different flavors of code to update the Custom Field it just hangs for 10-20 minutes and I cancel it.
Here is the section of flow where I need some assistance. Admittedly I'm a Project Manager and not a developer so I tried to glean info from other posts including some work done by SamPO but I dont want task level Custom Fields, I want project level Custom Fields. Thank you in advance.

