Hi Makers, my scenario includes a text parser to extract references from Stripe payment notifications. I’m using ECMAScript for a pattern —\s(.?)\s$*, which works fine in regex101, but doesn’t yield results the same way in Make.
Here’s the input bundle:
[
{
"text": "Congratulations Zbulo! Discover Albania!\n\nYou've just received a payment through Stripe.\n\n-\nPayment\n\n€X.X (https://dashboard.stripe.com/b/xxx?destination=%2Fpayments%2Fpi_3OepEq2tY2gbLSji1XUuoXq7) — **LOPOB2402-MR**\n\n-\nView in Dashboard : https://dashboard.stripe.com/b/xxx?destination=%2Fpayments%2Fpi_3OepEq2tY2gbLSji1XUuoXq7\n\n-\nPayment ID\n\xxx\n\nWe are here to help. Visit our Support website (https://support.stripe.com/) for answers to the most common questions and to get in touch with us.\n\n===\nThis email relates to your Zbulo! Discover Albania Stripe account.\nAccount ID: xxx\n\nNeed to refer to this message? Use this ID: xxx\n\nStripe Technology Europe, Limited is an Irish limited company. Registered number: 0599050. Registered office: 25/28 North Wall Quay, Dublin 1, D01H104\n\nYou are subscribed to Successful payments emails. Manage your communication preferences here: https://dashboard.stripe.com/b/xxxxx?destination=%2Fsettings%2Fcommunication-preferences%23successful_payment_emails"
}
]