I am trying to add manual data to a screen using my external collection from Airtable. I can see all collections within Adalo but no external ones, is there a limitation here??
@anon78309838 can you clarify? Thanks
I am trying to add manual data to a screen using my external collection from Airtable. I can see all collections within Adalo but no external ones, is there a limitation here??
@anon78309838 can you clarify? Thanks
I’m not sure what your desired outcome is here so it is hard for me to provide some accurate advice. Can you share some screenshots of how you have set it up and detail what exactly you are trying to achieve?
How can I fix this?
@Victor any suggestions here?
Hi @bhanu,
If I understood you correctly: you have a screen with a list of products (any list could be used - custom, simple, …). This list is already filtered by Category (so you have something like a dropdown on a previous screen which selects a category).
And you would like to add the Slider component, so that you could adjust the max (or min) price, and have an additional filter in this list based on slider value.
So, if my understanding above is correct: there is no direct way to link Slider and the filter in the list. However, you can do it with the “Proxy” property in Users collection:
Hope this is helpful.
Best regards, Victor.
Hi @Victor
Screen 1: Categories from Airtable (categories table)
Screen 2 (click on one of the categories): Products from Airtable (Products Table) - filterByFormula: Category = ‘Categories Table>Category Name’
Now on screen 2 I want to put a slider to narrow down on specific price range of these products.
And I am not forcing user to login until it’s checkout time, so I don’t have a logged in user to create a property at user level.
I hope this information will be helpful to suggest a way forward
thank you,
Hi @bhanu,
If you don’t have any logged-in user, then there is no easy solution which involves the Slider component.
How Slider works: it adjusts value of some property in some collection record. So no way to use hidden Input.
In your case: this property should be session-specific - for each session Slider should adjust its own property value. So you can’t use any properties in Products or other collections - as they will be changed app-wide.
Workarounds are:
Hope this helps
Best regards, Victor.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.