Let's say for instance you have this Dataset with 2 fields, LookupKey and DealerName.
Link to schema-
https://www.mockaroo.com/347ead20
Now we want to lookup a DealerName using join criteria of the from_dataset() function.
This schema has 2 fields, id and Message. The id is just a formula type with Random(1,1000). We will use this field to lookup a DealerName from the dataset.
Link to schema-
https://www.mockaroo.com/30949710
Hope this helps you out.
Rich