Hello together,
is there a simple way to send lookupObjects as full JSON to email, webhook or other external systems.
---
My first try was using the lookup object action. and sending the smartvalue {{lookupObjects}} to a Webhook (using "send a webrequest") in the body.
On the other end (webhook), i just get a comma seperatet object key list.
CPN-1.CPN-2,CPN-3,CPN-4
using {{lookupObjects.asJsonArray}} just adds brackets. 😯
[CPN-1.CPN-2,CPN-3,CPN-4]
any suggestions?
Kind Regards
Hannes