function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Tracy Oden 41Tracy Oden 41 

flow external services Post body using variables

I am trying to use External Services with Flow. The schema file includes a body. I do not know how to set the body using variables I have created. The body only allows a single apex defined variable input. There is no body apex defined variable generated by the schema. I am not sure if one is needed.

I am new at this. Any idea how to use flow to set variables to an esternal services body during a Post call out?

I am happy to share my schema file. Any help will be greatly and gratefully appreciated.
VinayVinay (Salesforce Developers) 

Hi Tracy,

Review below links which can help you on flow external services.

https://help.salesforce.com/articleView?id=external_services_schema.htm&type=5
https://andyinthecloud.com/2017/07/23/simplified-api-integrations-with-external-services/

Thanks,
Vinay Kumar

Mark Gaither 12Mark Gaither 12
A lazy and bad response. Neither link provides a hint of a solution.