Hello, I am stuck on something that I feel like I have solved previously, but my current results are certainly telling me otherwise
.
I have a data type called Notebook, and Notebook has 6 user-defined data fields called âCategoriesâ. The data field for Categories is a text type. I have a simple interface where 6 text inputs allow the user to update all 6 categories simultaneously.
I also have a data field called âAll Categoriesâ, this one is text as well, but it is a list that gathers categories 1-6 in a single data field. There is no way for the user to update this field directly. It is defined through workflows.
Iâm trying to set my workflows so that when a user updates one of the 6 inputs for the 6âCategoriesâ data fields, the âAll Categoriesâ data field is updated with a list made from the 6 inputs. But the Bubble editor does not give me access to a âjoinâ operator when I am updating the All Categories data field, or any other means to compile multiple inputs into a list.
I also tried passing to a state as arbitrary text, separated with commas, but the workflow will not accept that as a valid list.
