Hi,
i'm trying a really basic use case with event forwarding.
I created a rule that make a post request to a mocked be system (i defined a response body when the post happens and i can see it if i read logs with the adobe debugger).
However i cannot seem to grab this response in a data element.
this is the rule:
and this is my data element:
Any suggestion on how to capture the response (is it possible, for example, to store this response in a variable or doing something on the front end?).
i really appreciate any help. Thanks!
Views
Replies
Total Likes
Do you have a screenshot of the debugger session you can share? Or from the Assurance feature?
https://experienceleague.adobe.com/docs/experience-platform/tags/extensions/server/cloud-connector/o.... See the section at the bottom of this page. This feature is for enriching or transforming data within the same rule. I'm not sure you can actually return it to the client side to do something on the front end.