Skip to main content
Question

Is it possible to aggregate operations in Action Flow?

  • July 19, 2024
  • 1 reply
  • 16 views

carmem.caval
Level 4
Forum|alt.badge.img+6

I'm dealing with an issue in Action Flow. I have a text cell within an xlsx file that needs to be parsed using regex, and this data needs to be saved into a new table. I can handle this initial part using the text parser, iterator, and array aggregator, but it results in the data being separated into operations. I have around 5k records to process and iterate through, which ends up generating more than 10k operations. What I want to do is aggregate all of these into a single file, thus avoiding the need to make 10 thousand HTTP requests. Does anyone know if this is possible?

 

 

AF 

Example of operations

1 reply

abhishek.chatu14
Level 11
Forum|alt.badge.img+4

As I understand there is no way to currently aggregate operations currently

Why don't you save the result in a csv file post that you can push the csv file using data push api ?