Hi, how can I map the selector index to string for a Firebase query?
My selector has 3 tabs: Top (0), Trending (1), Potential (2).
The selector’s target index is saved to ds_selected_tab.
My Firebase query looks like this: where(“state”, “==”, “$slot(‘ds_selected_tab’)”).
- Selector “selected state” index could not be set to string.
- “Transform value using script” saved the result to options.servicePath, which does not get used in dataSheet.expandSlotTemplateString.
Thanks for this great tool. I am checking how far I can go with this without coding for an MVP.