Hello dear Bubble Team Expert,
I have a Customs State (Data) with data coming from an SQL Request with data like:
ID, FirstName, LastName, Tel, Address, Country, …
Now, the user has the option to select only for exemple : ID, Country.
I need to store the selection in a Customs State (DataSelected)
In programming I would something like:
“DataSelected” = Select From Array “Data” (columns ID if VariableID is YES ; columns Country if VariabelCountry is YES, …)
Any Idea how I can do that on Bubble ?
Thanks in advance for your help