Set an array and replace value

I have a scenario that pulls up payments with a payment ID. I would like to replace the id with a table I have showing the ID and the Payment type.

The payment type looks like this:
|Cash|5|
|Cheque|6|
|MasterCard|8|
|Visa|9|

How could I set these values and replace them in a scenario?

Hi @Shawn,

You might use a Table Aggregator to create the table, but the input module needs to be something that outputs multiple bundles or an Iterator.

If your source is an array, then you’ll need an Iterator module to Iterate on that array which will product some bundles for the table aggregator.

If you’re able to provide screenshots on the modules and output bundles and/or a scenario of the blueprint, we’d be able to provide more details to help you set this up.

3 Likes

Thanks @Donald_Mitchell , I just found a solution. Maybe not the most efficient, but it works.

Here are a few screencaps to show my process.



Capture3

Heya @Shawn :wave:

Awesome to hear that you managed to figure this one out! Great work :clap:

Also, thanks a lot for stepping back in here and sharing what did the final trick for you. This is greatly appreciated and could be super helpful to many others down the road. :pray:

2 Likes