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
Re: Passing parameters to Adobe IO API from Campaign Standard - Adobe Campaign Standard 07-02-2022
You can only use dynamic values in the post body not in the URL in ACS.So the I/O script would have to read the POST body

Views

215

Like

1

Replies

0