Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

bartosz_markowski
bartosz_markowski
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by bartosz_markowski
Customize the badges you want to showcase on your profile
Getting data through external API activity with varying amount of data in the response - Adobe Campaign Standard 22-06-2022
Hello, I'm trying to use external API activity to read some data from the endpoint. The issue is that response mapping might be different depending of how many rows of data will there be in the response table. So, if there are 2 records in the response, it will look like this: { "message":"OK", "total":1, "page":1, "page_size":100, "payload":[ { "title":"abc1", "nickname":"xyz1", }, { "title":"abc2", "nickname":"xyz2", } ] } and if there will be 3 records it will look like this:{ "message":"OK",...

Views

49

Likes

0

Replies

0
Passing parameters to Adobe IO API from Campaign Standard - Adobe Campaign Standard 04-02-2022
Hello, I have created an action with js script on Adobe IO Runtime and enabled API endpoint for it. This script requires 2 params to work correctly. When I trigger it from Postman using below call, it works perfectly fine:POST https://runtime.adobe.io/api/v1/web/324224-123myendpoint/default/my-action?label=testLabel&logicalStatus=testStatuswhere 'label' and 'logicalStatus' are the params I'm talking about. I would like to make this kind of call using built-in 'External API' activity in Adobe Cam...

Views

226

Likes

0

Replies

1