Use id column from filtered table's visible rows as workflow parameter

Hi Ron,

Upon a little research there is a way!

const filteredRows = table1.getDisplayedData({ includeHiddenColumns: false })
  
return filteredRows;

Here is the link to the post.

2 Likes