Hi everyone!
I have a very simple issue, but I definitely don’t know how to solve it.
I have my Users collection and a Plans collection which contains 4 plans with the name of a subscription plan, the credits that the user will receive each month and a relation with the Users collection (a user can only have one plan but a plan can have multiple users).
It should be update action to users collection, but you must have available data for plans, such as using list to show plans and inside the list use icon or button to update action.
I have just recreated the relationship again but I have the exact same options than before. Obviously I’m doing something wrong but I can’t figure what.
The strange part that I can add manually a plan to a user in the database. But I don’t have this option with a button action.
OK I got you, thanks a lot.
It means that I can’t update the plan of a user after he subscribes with a Stripe component? Because this component allows to do some actions after a successful payment but it doesn’t react like a list.