I would like to have a button on a row of a different table that copies all names from agenda items that have complete = false to a column (named agenda items) in the current row.
I thought this would do it but I only get empty brackets. What am I doing wrong?
hi @Chris_Hall ,
indeed in theses cases at least a screenshot.
below two suggestions, first an AddRow with a canvas button and second a button in the table, but this one feels weird.
Thank you. This worked until I realized I needed to also have another field in the source table match the target table. Essential I need everything in the source table that isn’t flagged complete and also match the team selected.
I’m really having trouble getting my head around this and appreciate your help greatly.
This is what I have now:
ModifyRows(thisRow,thisRow.[Agenda Items],[Agenda Items Table].Filter(Complete.Not() AND Team.Contains(thisRow.Team)))
I also removed the identifying information and created a test doc to demo here:
hi @Chris_Hall ,
thanks for the doc
actually I don’t understand the question, but maybe I see the issue.
is it true that the team can have more than one item? Below for example I count 3
in that case you have to evaluate for each item in that list when you compare in the filter using a virtual index going like: