Hey all,
I’m building a ugc creator directory website.
I have a specific directory page where I want to show only results of creators in a repeating group that are “active” subscribers (paid via Stripe).
I’ve managed to get the repeating group to show data of all ‘ugc creator listings’ but I cannot seem to get it to only show creators that are created by users where ‘Subscription Status’ is “active”.
Here’s what I have so far that shows all creators:
I’m trying to setup the data so it only shows data of ‘UGC Creator Listing’ created by ‘User’ > ‘Subscription Status’ is ‘active’
I’m thinking that alternatively (and maybe easier) is there a way I can create a backend workflow that adds ‘Yes’ to a ‘Subscribed’ data field in ‘UGC Creator Listing’ data type, when a User becomes subscribed to Stripe?
Any help would be massively appreciated.