The following code will sort a table and add and adds a row with certain cells populated with data. This works great, but now I need to modify it to first filter the table to find all rows with the term “SEO” in a column before the table is sorted and the actions run to add the row. The problem is I can’t figure out how to filter the table first.
It’s an idea, but maybe you can create a text field (control value) and make the table to filter on that specific control field. In your actions, you can set the control field to “SEO”.
Interesting idea and I might have to try it but it seems that I should be able to RunActions to filter the table for rows with SEO in the platform field, set the variable with WithName, add the new row and then open the row all within the script.
When I try to add in a filter to the action, it breaks the WithName.
Below is the doc. When you click the button, it sorts by the last date (as it should), but it needs to find all rows that are SEO before creating the new row so it pulls the last date for the SEO data.
Not sure I follow 100% what you mean about that part of my formula. Are you saying I can get rid of the withname() entirely? Or just for that line? The dates will always be added after the last date in the table.