Get a file gives 2 links back

I am doing a Get a file | Http request:

When I run it, it gives 2 results back:

I just want the result of Operation 1. I am struggling with filters and getting the right data. Can you help?

Hey @JD1

Set up this filter before your Http “Get a file” module.

2 Likes

Please see my loom, still not sure what to do:

Can you please share the Output Bundle of your “Text Parser” module.

image

2 Likes

[
{
“element”: “<a href="https://myprofiapp-dev.s3.eu-central-1.amazonaws.com/upload/invoice/Generated_Report_9185d438e0f2e85ba11d437d9103fa5f_Mijn_Sportschool_😀_28-02-24_28-02-24.zip\” target="_blank">here“,
“innerContent”: “here”,
“attrs”: {
“href”: “https://myprofiapp-dev.s3.eu-central-1.amazonaws.com/upload/invoice/Generated_Report_9185d438e0f2e85ba11d437d9103fa5f_Mijn_Sportschool_😀_28-02-24_28-02-24.zip”,
“target”: “_blank”
}
},
{
“element”: “<a target="_blank" href="https://www.appybee.nl" style="-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:arial, ‘helvetica neue’, helvetica, sans-serif;font-size:14px;text-decoration:underline;color:#FFFFFF;"><img src="https://fhzhfr.stripocdn.email/content/guids/CABINET_ff6592dd539fe724fec1b7e2bbaecd05/images/16141592316706914.png\” alt style="display:block;border:0;outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;" width="115">”,
“innerContent”: “<img src="https://fhzhfr.stripocdn.email/content/guids/CABINET_ff6592dd539fe724fec1b7e2bbaecd05/images/16141592316706914.png\” alt style="display:block;border:0;outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;" width="115">",
“attrs”: {
“target”: “_blank”,
“href”: “https://www.appybee.nl”,
“style”: "-webkit-text-size-adjust:none;-ms-text-size-adjust:none;mso-line-height-rule:exactly;font-family:arial, "
}
}
]

Hey @JD1

You can use the Array Aggregator

And retrieve the first link in the next module

2 Likes