I have two types of users, “A” and “B”. If “B” posts 10 posts, I want their user type to automatically change to “A”. Is that possible?
I’ve created field names “A” and “B” under data type “user” and field type “yes/no” for those. (Not sure if that’s they best way to input user types)
Any insight would be great, thank you!
Create a new data-type called post. Add a field to the user data-type called post of type post and make it a list. Now you can build logic to make the field from A to B once the count of a user posts is 10 or higher.
But where do I create the “logic” ? Is it somewhere in the workflow tab?
Yes. The workflow tab is what distinguishes Bubble from website builders. This is where logic is created
The above is very non-performant but instructive way to do what you need … partially
Suggestion: Invest some time watching/reading Bubble tutorials. Here a few great resources:
VIDEO
VIDEO
VIDEO
Hope this helps!