Problem
I have a subitem with column name called “Notes”. now from all the subitems, i need to collect those notes and put it in one column in the parent item separated by a new line character. (it is similar to subitem summary)
i can see 2 things to approach this:
-
create a subitem summary of the note and then via Make .com, copy the value in the summary into another column.
-
iterate through all the subitems and get all the notes into one container and then pass it to the parent column.
Trigger: for every column change in subitems, trigger webhook
Solutions
I tried #1 but im not progressing, i dont really know how to do it, im new to Make and webhooks and im just doing trial and error in the forms that popups (i base my steps on context clues haha)
now im trying number 2 and i don’t know what to do next