i was hoping to get all the unique values from a dropdown in subitem and put it in the dropdown of the parent item (in Monday.com)
can anyone help me in the actual setting of multiple labels in monday.com dropdown.
my scenario currently just put one label only and everytime the flow checks all the subitems, the current parent label gets replaced by another label, i was aiming that these labels to get collected in the drodown but instead the label gets replaced.
Hi @RWDS
Set up a trigger in Monday.com such that when a specific subitem dropdown column is updated, a webhook is sent to the Watch Events webhook URL.
Upon receiving this trigger, we retrieve the subitem details and identify its corresponding parent item using the “Get an Item” module. We then iterate through all subitems of the parent item and aggregate the values of the designated mappable column into an array.
Finally, using the parent item ID, we update the parent item’s dropdown column with the aggregated values received from the array.