New Field based on Query Name or ID

I have two queries that I have named Running and Terminated.
These are two queries that get Running and Terminated AWS EC2 instance.
Display these instances in a single table using the Reduce transformation.
Is it possible to add a filed/column to show the name or ID of the original Query?

The Reduce transformation works per query only. It does NOT combine multiple queries into one table and also cannot tag the data with query names.
for my recommendation use Add field from calculation and then Concatenate fields transformation.

1 Like