Hi all!
I’m trying to display a list of texts in different rows in a repeating group.
My app is currently working like this: when users add a new Activity
(data type), I allow them to record the ‘risks’ and ‘gaps’ related to it, as data fields–I’m currently saving them as a list of texts, using a multiselect dropdown.
After recording all the activities of a given company, I want to allow the users to manage all the risks and gaps saved on any of the recorded activities.
For that, I created a data type named Risk
that I want to display in a repeating group, allowing the user to add its impact, probability, safeguards etc.
But as for now, when I try to show the risks in a repeating group, each row shows a list of those risks (as texts, separated by commas), whereas I want to display every single risk in a different row.
Any thought on how can I accomplish that?