How can I do this...Workflow?

I am trying to allow ONLY customers to save service providers as favourites and I would like for the service providers profile pictures to show up in a repeating group below.

Can someone please let me know how to create a workflow to do both things?

Thank you

How do your differentiate between customers and other users?

If you have a column in your user data table table that is something like, customer? - yes/no, then all that would be needed is a simple condition for current user is customer. Just set that for where ever the customer is adding their favorites at and then everything else is taken care of.

Thank you for your response. Im definitely going to try to figure out how to do that. Customers and service providers will sign up/sign in through different pages. I was just going to use option sets to determine who is who, but it seems I need more.

Can you tell me how I can do what you suggested?

Having different pages for sign up is fine. In your data set you need service provider with type yes/no, set the default to no. When a service provider logs in, the workflow is create user and service provider-yes. On your favorites (assuming its a page) for your customer just set the button or how ever they get there with a conditional like - current user is service provider-no and the only customers will see it.

Thank you :slightly_smiling_face:

Did that work for you?

I haven’t done it yet, but what I have done is created separate log in/ sign up pages for customers and for service providers. When a service provider logs in or signs up they will be prompted with the option sets list and asked to select the type of service they provide. I’m trying to get this to display on their profile page without the drop down. It wouldn’t really make sense to have that option would it? seeing as they would only be seeing the option set because they went through the login/sign up page which is specifically for service providers?

Which drop down? The one that they select what service they provide? Would any of them provide more than one? If more than one, You can create a data set that is "provided services ", and in the user data set you would add “service providers services” → data type of provided services and be sure to check the box for this is a list entry.

Use the bubble multi drop down so the provider can choose more than one.

If they only provide one, you still need to create a data type in user for provided service so that why it can link what they do.

In the profile you’ll just have a text box that references the service providers provided service

yes the one where they select services and they can select more than one. Thank you so much for your time and help. It is much appreciated.
Thank you!

going to test this out in a minute and then I’ll let you know how it works for me.

No problem, if you get stumped let me know and I’ll help you out.

Okay, Im stumped. What is a data set? do you mean option set?

Data set is what I call a data table, like user