How to use Find One Item?
Find allows you to search for one item in a table.
This can be used for relations between different apps where we only expect one match (e.g. find 1 campaign per shop product).
It is also a simple way to check whether something exists with the given condition.
The example finds the corresponding campaign for a shop element by checking if the product id is contained in the campaign name.