Forum Discussion

rmahadik's avatar
rmahadik
Regular Visitor
4 years ago
Solved

Need help to create a list using a custom function and add it has column in table.

Hi Experts, I am trying to perform a iterative logic to get the row count of each table in Decision_Table.  Decision_Table contains column with name Data_DB having tables. So I planned to write a c...
  • BA_Pete's avatar
    4 years ago

    Hi rmahadik ,

     

    On your table with the nested table column, just add a new custom column with the following:

     

    Table.RowCount([Data_DB])

     

     

    Pete