Hi all,
This one is driving me mad. It's surely something simple but I am stuck. I hope someone can give me a gentle pointer.
I have a desktop flow that connects to a website and extracts data, stores it in a datatable:
What I want to know is how many times each result appears i.e. count Halliwell Jones Warrington BMW etc.
I have a for each loop running for each current item in the datatable, and increases a variable counter +1 for each occurrence, but it doesn't feel dynamic enough as I need one variable per result, and the data may change.
What I would like to have is a new data table with one row per result from the above extract, and a second column containing the count.
Does anyone here have any suggestions/
TIA, Mark