Community Halloween is live until October 31st! Complete any 2 quick activities to earn the 2025 Community Halloween badge. Feeling brave? Check out the activities here
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Number of records read in input

Istwineres
8 - Asteroid

Hi, is it possible to have as a value the number of records for each input file after the dynamic input tool? Thanks!

4 REPLIES 4
Kenda
16 - Nebula
16 - Nebula

Hi @Istwineres 

 

Have you tried the count records tool?

Istwineres
8 - Asteroid

I'd like to have it for each input file I don't know if it works with the dynamic input tool

Kenda
16 - Nebula
16 - Nebula

Oh I see @Istwineres 

 

If you include the file name from your input (either file name only or full path, depending on your need), you could use a summarize tool to group by this field then count the records this way.

 

Kenda_1-1616773785805.png

 

 

Istwineres
8 - Asteroid

Many Thanks! That's work

Labels
Top Solution Authors