I am trying to setup a search on my app. I already have the dynamic buttons with two variables (county & restaurant). i'm working on my database now. How do I setup the search with 2 variable buttons?
I am trying to setup a search on my app. I already have the dynamic buttons with two variables (county & restaurant). i'm working on my database now. How do I setup the search with 2 variable buttons?
I'm not clear what you mean by " search with 2 variable buttons"?
Sorry, I have two dynamic buttons on my app. One for counties and one for restaurants. I need to display a result based on the two buttons. The tutorial gives an input box and the search button. I need to change that into my 2 dynamic buttons. So my search has to be based on 2 variables, not the one input box.
When two inputs, it's simpler to save the data into local storage. On button click, save both variables into local storage. Then in mapping, map one of the components to service (needed so that you can write JavaScript), then read both values from local storage.
what does [Ljava.lang.Object; cannot be cast to [Ljava.lang.String; mean?
When importing a collection?
Yes. I was trying to upload my csv file, but it's not letting me. That was the error message that popped up.
Known issue. We already fixed it, just need to push the update to production.
Thanks....you guys are the best ![]()
So I should be able to upload my database soon?