Hello,
I have an API used to collect certain values in certain fields on a form. Now, everything populates as needed within my web request controls except that I need one of my fields (the Oracle address Status field) to display a certain value based off a dropdown selection (Address Name).
I am using a responsive form (nintex for O365) and my form works as follows..
I use the formula to auto populate the web request fields:
"https://companyabc.com/api-gateway/accountinfo/" + "Form].rVendor Number Web Request].sLabel]
Should the Service URL be different? I use the same formula above except for the label text. I have “$.status” within that status field to update the address status.
Thanks