What for?
This Studio Action is used to retrieve data B according to another data A within a referential.
For instance, retrieve the gender associated to a first name : Martin → Male :
example
How to set it up?

1. Create the referential by uploading a JSON
- Unfortunately referential upload is not open to external user
- Ask our team to upload your file
- We will validate the structure of your file and upload it
2. Add the Data match action
- Add a studio action
- Choose
Data match
in the action menu
- Select the JSON referential in the source file drop down
3. In Input section, specify the path towards the data to retrieve
<aside>
🤯 This is the tricky part, feel free to call our team if you struggle at this step.
</aside>
- Since you want the bot to find a data from another, the reference data must be included within the path
- For the example above we would have specify the following path :
{firstName}.gender
{firstname}
is our reference data
.gender
indicates the column where the data is