I am trying to build a automation system for emails and I am having a simple problem. But I am with so much difficulty that I don’t know if it’s even possible.
What I trying to do is this:
The table has “emails” column and “status” column
I want to bring the emails from specific rows of the table to a button field.
The logic goes like:
Filter “emails” column Where “status” = “Customer”
The doc you shared is locked
In the meantime i think that what you want to accomplish can be done with something like:
[email-table].filter(thisrow.username=currentvalue.username).email
This take in the cell all the table, then filter only the row that you need and then it takes the value of the needed column
But if we see the doc we can give you better suggestion
I believe now it’s open. Can you check please? I understand your solution, but I can’t use “thisrow” method because the button needs to be outside the table.
Guys, I solved this.
I didn’t know I could pull information from a specific row just using “@” and mentioning the Display column. Thanks for all the help!