Is there a way using the recursive workflow to transform a list of items into individual values?

I have a project table, within which I have another table that shows the packages of my projects that have not been started. This package table is as a list within the main project table. Within this package table, I have another table of users responsible for evaluating the status of the packages.

But my problem is that when showing the data in the Projects table (and I need it to be from the projects table) when I bring up the list of evaluators of uninitiated packages, instead of them seeing as single values, they see it as a list (ex: each item’s:evaluator). How could I loop bubble to create unique records from this list in my main project table?

This topic was automatically closed after 70 days. New replies are no longer allowed.