You are viewing limited content. For full access, please sign in.

Question

Question

Token to count table rows

asked on October 6, 2021

I have a table in Forms that can have a variable number of rows. I need to create a token to count the number of rows in a table. Any guidance is appreciated.

1 0

Replies

replied on October 6, 2021 Show version history

There's a few ways to do this, and it depends on if you want the value in Forms at all, or if you only want/need to have it at the workflow point.

If you only want it in Workflow, then you can just retrieve one of the columns variables from the table (not the entire table variable) and use a token function to get the value/row count.

If you want/need the value to be in Forms too, then you'd probably want to use Calculations and a hidden field instead.

1 0
replied on October 6, 2021

Yes, I just need the row count for use in the WF. Thank you.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.