Abandoned baskets logic is included in the Limio Acquisition Journey flow by default. If your flow copy was created before this feature was released, you'll need to update it. Follow the steps below and refer to the Limio Acquisition Journey flow for guidance.
1. Create a formula to verify if Get Customer Details returned ownerId. If the id exists, it confirms the customer is in the Limio database, allowing us to retrieve their baskets.
2. Add a Decision element to check the missing_ownerId value. If id is present, proceed to the next step.
3. Call i42as__AbandonedBasketsControllerMultiOwner and pass ownerIds list as a parameter.
4. Check for returned baskets from Apex. If there are any, add a new screen featuring a Limio Abandoned Baskets Table component, passing the list of baskets as an input property.
5. Add a decision element after to proceed to the offer catalog or skip it depending on the output property of the Abandoned basket component.
If the catalog is being skipped, make sure to assign the following variable values:
If proceeding to the Offers Catalog, assign the purchase country value to pre-populate the catalog filters. By default, Limio flow uses the country from the selected basket (if chosen) or the country from the Get Customer Details response.
These steps will let you utilise the abandoned baskets functionality in your flow copy. The rest of the flow stays unchanged.
For more details on Abandoned baskets logic, check Abandoned baskets in the Acquisition Flow
Comments
0 comments
Please sign in to leave a comment.