Hello,
So i have created a multiple item list as part of the fields of the user it stores services that the user renders, how to i create a similar multiplle item list to store the price of those services correspondin to each
Hi there, @nikkyfredriks… I don’t know what the field type is of the field in which you are storing the list of services on the User
data type, but that probably doesn’t matter based on the nature of your question. You will likely want to have a Service
data type, and that data type should have fields that define the service, with one of those fields being a number field that stores a service’s price. As a user defines the services they offer, you will create a new thing in the Service
data type for each service. When you want to access the services a user offers, you can do a search for services that were created by that user, or you could consider having a list field on the User
data type in which you store the user’s things from the Service
data type.
Hope this helps.
Best…
Mike
Yes, this helps alot
This topic was automatically closed after 70 days. New replies are no longer allowed.