i have done it before but it seems not to work on this page. so how can i make it so itll display orders separetly?
Hey @mrpsgamer8 ,
Iβm not following what the issue is. The order is displaying twice? Or there is a UI problem?
Best,
Alex
I agree with @bubblealex, Iβm not understanding the issue.
Are you trying to display all the orders of a user? Or are you trying to display all the items in an order of a user? Or what are you trying to accomplish?
trying to display the orders of the user.
when i search the users name, i want their orders to get displayed.
but now the orders are getting displayed, so now u can see that i searched a name and both of their orders are beside eachother.
but i want the order to have their own line.
for example i ordered an apple and orange :
βββββββββββββββββ
| product : apple. quantity : 2. price : 10. |
βββββββββββββββββ
| product : orange. quantity : 3. price : 15 |
βββββββββββββββββ
like thatβ¦
Hi @mrpsgamer8,
Sounds like you might need a nested repeating group, so within your current repeating groupβs cell add another repeating group that displays the items of the order
want it to look like this. i tried copying the same workflows and data source but didnt work.
this is a perspective of the user, from the account page. users can view their orders. but now i wanna do the same for my Admin page so admins can view the orders of an user.
anyone got a idea?
Iβm still not really understanding what you are trying to accomplish. My Orders is of all orders a user has placed?
I imagine you have an βOrderβ data type, and everytime an Order is placed, itβs attached to a field of the user.
In that case, all you will need to do in your repeating group is type βOrderβ data source, Current Userβs Orders
tried it and it didnt work. it gives me an error for price and quantity.
its right now - search for orders:each itemβs ordered productβs name.