How can I add a repeating groups list to a field list?
anyone?
What do you mean, exactly? As in, take every item that is displayed in a repeating group and push them all into a list field belonging to a single database Thing?
Yes, that is what I’m trying to do.
It doesn’t really make sense to create an option set (I am guessing this is what you mean by list) from a data type field ( I am assuming this is where your repeating group is getting the data from). You would be better off selecting from a list of things, using the similar logic that is displaying the original things in the repeating group.
I’m not quite sure I understand what it is that you’re saying, But typically what it is that I’m trying to make is a shopping system, so everything that a user has in their cart data type will be added to an order data type. https://gyazo.com/1b8014c4f172d3c76482e0f83bdbf63b https://gyazo.com/516136f9ce091b2921378a6086ab58dd
OK, thanks for sharing the images, it always helps to have a bit of context, and will help you get an better answer. I can see what you are trying to do, however I feel like it would make more sense if a cart became your order by way of the complete order field.
This topic was automatically closed after 70 days. New replies are no longer allowed.