The Limio For Salesforce acquisition flow supports fetching dynamic information from zuora; these dynamic fields can be used elsewhere in the flow for building script that the agent can read to the customer as a confirmation and summary of the order being placed.
The dynamic fields are retrieved by an apex action exposed to the flow, in the Limio For Salesforce Category: Get Acquisition Order Preview:
The action inputs should be mapped as follows:
- Order Items as the orderItems property of the lwc Limio Order - New
- Purchase Country as the purchaseCountry property of the lwc Limio Offer Catalog
Important: make sure the apex action is added to the flow after the 2 lwc components mentioned above.
Once the apex action is added to the flow, its outputs can be used to build a dynamic text; for example, a standard component of type "Display text" can be added to a flow screen, and OrderPreview outputs used as merge fields in the text body:
The same dynamic text component can be dynamically rendered on the screen using ootb flow visibility rules:
Learn about dynamic variables mapping in other journeys in this article: Using dynamic variables that are part of an order.
Comments
0 comments
Please sign in to leave a comment.