Hello there!
I have a problem and I dunno how to solve this. I make a charity funds aggregator. I wan to add a favorites system. I created a list of favorite funds and linked it by Many-to Many relationships with Users list. Also I added a toggle. However, the field ‘What does this toggle?’ remains empty. I don’t understand what should I do with it. How can I fix that?
Welcome to the community @Nanami!
When you add a component in front of a simple list, you can’t access that list item data. So you need to delete that simple list and add a custom list. Then you can add the toggle into the list and access it’s data. There’s many videos that shows you how to build favourites system, so you can check.
Also in simple lists, there’s a section for add toggles instead adding a separate toggle. That section is called as Right Section. From there for icon type choose toggle.
1 Like
Thank you very much! It really helped!