In this article, let's have a sample of HTTP request to return value on Form.
Follow below to learn a quick configuration:
-
Drag and drop a "Button" and a "Textarea" to the form.
-
Create an Action with a HTTP Request step.
-
Set the HTTP Address: https://fakerestapi.azurewebsites.net/api/Activities
-
Set the Result to the variable of Textarea
-
Click OK to save the Action.
-
In Button properties, you can set the Execute Action to this new created Action.
-
Preview the form and click the Button , you can see the result of the Web API call has been set to the Textarea(e.g. Return Result).
Comments
0 comments
Please sign in to leave a comment.