web services

3
How should i construct a form that retrieves the web service that i created
asked
1 answers
0

You can find some information on calling webservices here

Basically if you want to call a webservice from a form you have to create some kind of trigger. Think of this as a button or a onchange microflow or before/after commit microflow. Than you can call the webserivce inside the microflow that is called from one of the above triggers.

Please note that if you require more help we will also need some more insight in your situation.

answered