Passing information from Omniscript to FlexCard

Pranav Bhatia
Jan 19, 2024

--

tl:dr:

To connect OS -> LWC and pass data: set up 2 properties in LWC.
One would be
parent-data = true
records = %datafields%

1. Let’s setup a simple Omniscript with a FlexCard

Create 2 steps — the first step would be to have 2 input fields to enter information.

The input field properties should be setup like this -

The second step is to add a custom LWC with the following properties set -

2. Create a FlexCard

Activate the FlexCards and enter information as shown —

--

--

No responses yet