Blog

Calling third-party services to fill your form

Posted by:

You are here:
← All Topics

Within any formula you can also call a third-party service, you can use this formula to fill a field (like a text box or hidden field) or you could use it to do other operations for example, you could call a third-party service to get the status of a user and then use that info to calculate a price or to hide a field.

To call a third-party service in your formulas do the following

1.- Open the formula editor in the setting that you want to fill, in the example below I want to use a formula to fill a field so I will use the “Default text” setting (for more info about how to create formulas check this tutorial):

2.- Click on “Add Field”

3.- Click on “Remote Call”

4.- Configure the Remote call. In this step, you can define the URL that you want to use, and the parameters to send to the third-party service

5.- Click apply

6.- That’s it! now your formula is going to call the configured third-party service

If you just want to fill a field with the result of the third-party service this formula is enough, but you can also do operations against this remote call (just like you would do it with any other field). So for example, in the screenshot below, I am retrieving a value from the third-party service and then I am multiplying it by the quantity field.

Editing a remote call formula

To edit a remote call all you have to do is double-click on it.

Creating interactive forms with third-party services

You can also use values from other fields to form your remote calls, for example in the remote call below I am using the value of the field “Product Id”. All I need to do is click on the tag icon to add a field within a parameter

When you add a field with a remote call every time this field changes the field that is using it in the remote call will be refreshed as well.

0

About the Author:

Im programmer working for an international company. I have programmed since i was 12 and i have done it professionally for 6 years. Programming for a company is fun and i have learned a lot of things but i have always been interested in running my own business so i decided to give it a shot doing what i do best, programming stuffs.
  Related Posts
  • No related posts found.