[Reference: Integration Procedure | Vlocity Developer Docs, Explanation: An Integration Procedure is a feature of Vlocity that allows users to create and execute data integration tasks betweenSalesforce and external systems. An Integration Procedure can perform various operations, such as extract, transform, load, query, or update data from different sources and targets. An Integration Procedure can also invoke other Vlocity features, such as DataRaptors, OmniScripts, or Calculations., To implement a Flex Card for weather conditions in the console, the consultant should use an Integration Procedure that can do the following steps:, Query the weather API using an HTTP action and pass the accountaddress as a parameter., Extract the relevant fields from the weather API response, such as temperature, humidity, precipitation, etc., Query the account field from Salesforce using a DataRaptor Extract action and pass the account ID as a parameter., Merge the weather API fields and the account field into a single data set using a List Merge action., Return the data set to the Flex Card using a Return action., , , , ]
Submit