I have already tried that (example 1), let me explain what i want , I have made a two input forms “client order input form” and “admin status input form” on two different pages “client side” and “admin side”, so the procedure works like this:
first client fills the order in “client order input form”
then an email will be sent to admin side that a client has placed an order.
third the admin will process the order and fills the receipt in “admin status input form”.
now both forms data are saved in one data type called “orders”
now what i want is a super table that will show the order of client and its correspondence receipt data in one row.
the problem i am facing is that in bubble the client’s data is saved first and then secondly admins data so when i make the table in first row clients data is displaying then in second row the admins data is displaying which i want it in one same row and also more importantly the client’s order data should in line with its related admins data , like suppose admin input the second order’s data first then first order’s data then it will be in line with wrong order. like i said the clients order data should be in one line/row with its receipt data .
let me know if you got the clear picture of what i am trying to implement and i am very thankful that you are willing to help me out in this.