Skip to main content

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

I’m assuming I made no sense?


Hi @jpacheco,

 

I think the issue is that the Web Request control fires when the form is opened.  The control does not fire again when another control has changed.  As the address field is empty when the form is open the status control will always remain blank. 


@SimonMuntz ,

Omgosh, thanks for your response! So yes you are correct, all the web requests immediately populate once the I enter in a a number within the “vendor number” field.

I want to be able to:

1.) Pause the “oracle address status” field until an address IS selected from the “address name” field but how do you do that when using an API? 

2.) I also want the “oracle address status” field to refresh if an incorrect address was selected from the address name” field.

Again, I appreciate your response… thank you!


Reply