Hello all ,
i am creating a stock trading app for a class project, i am having issues with creating a list of stock that have been bought. I created a new thing called “stock_bought” and can add it to the user type data field “stock_owned” after purchase. I would like to pull that list into a repeating group. How do i populate the cells with each stock_owned. I have been able to recalll the stock_owned but that list is all crammed into one cell of the repeating group. How do i separate the list so each cell is populated with an individual stock owned? Thank You!!
Creating a list of previously bought items, how to recall that list and make those items resellable?
Maybe you’re setting up your repeating group incorrectly. It might be that you’re putting the data type as User and data source Search for users or Current User apparently
Make sure the Data type of the repeating group Stock Bought and the data source is Current User’s Stock Owned
This topic was automatically closed after 70 days. New replies are no longer allowed.