Sometimes you might have a scenario where you want to map one column to another.
For example, let’s say you have a human-readable column like ‘email’, which you want to populate a dropdown, so that your end-user can select their chosen email from a list. However, you want to map the email selected to the ID column, so that the resulting query is filtered on the id rather than the email.
You can check out the code example here to see how to build this.
Loom video showing how this works in the Embeddable dashboard builder.