Salesforce Fact #730 | POC on HTTP callout from screen flow

Now we can do HTTP callout from flow. Currently the supported methods are GET and POST(Beta).

In this example, we are doing a callout from screen flow to get the capital of the selected country. The endpoint is: https://restcountries.com/v3.1/name/{countryName}?fields=capital


Attached are the screenshots.

                                      External Credential

 Named Credential

 Permission Set

 Screen Flow



















Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow