Expand my Community achievements bar.

SOLVED

Unable to pass dynamic variable to the post call in AJO datasources

Avatar

Community Advisor

Hi,

 

I want to call an external datasource from AJO and pass the list of all products so that i can get the availability of the products from the external system.

 

I read the document for making a post call to the external sources and doing the same thing as mentioned in the document

 

https://experienceleague.adobe.com/docs/journey-optimizer/using/configuration/configure-journeys/dat...

 

However i am not able to pass  dynamic variables to the post API.

 

Did anyone tried passing list of dynamic variables to an API on AJO

 

@akshaaga @Anuhya-Y @SatheeskannaK @_Manoj_Kumar_ 

 

Thanks in advance,

 

 

Arpan

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@arpan-garg, Can you take a look at this documentation to see if that helps,

https://experienceleague.adobe.com/docs/journey-optimizer/using/orchestrate-journeys/journey-use-cas...

Also, if you want to check the availability of the product with the help of an external system you can try a recent feature added to custom actions to get API response.

https://experienceleague.adobe.com/docs/journey-optimizer/using/configuration/configure-journeys/act...

Thanks, Sathees

View solution in original post

8 Replies

Avatar

Community Advisor

Hello @arpan-garg 

 

Could you please share more details on what you have tried and what is not working? Some screenshots would helpful to understand what you are doing and where the problem could be.


     Manoj
     Find me on LinkedIn

Avatar

Community Advisor

@arpan-garg 

Dynamic parameter values depend on the execution context, they will be defined in the journey. Use advanced editor to feed dynamic values.

Check https://experienceleague.adobe.com/docs/journey-optimizer/using/orchestrate-journeys/building-advanc...

Screenshot 2023-09-21 114131.png

Avatar

Community Advisor

Hi @akshaaga @Anuhya-Y @_Manoj_Kumar_ - Just to add more details for clarity. I have a usecase where i want to send all the products that customer added to the cart to a datasource so that i can check the stock availability of the products.

 

I see in advanced editor , i am unable to loop through all the items in productList. Is there a way to iterate and send all the items to the datasource in one way.

 

I see array function as last, at, all but couldn't find a way to send entire productListItems to datasource as a payload.

 

 

Avatar

Community Advisor

@Anuhya-Y @akshaaga @_Manoj_Kumar_ - This is what i am trying to send to an external API

 

arpan_garg_0-1696438850095.png

 

But this is the error i get while saving the journey 

arpan_garg_1-1696438949970.png

 

Datasource only accept string while configuring and doesn't allow listString. Is there a way to send listString

 

Avatar

Correct answer by
Community Advisor

@arpan-garg, Can you take a look at this documentation to see if that helps,

https://experienceleague.adobe.com/docs/journey-optimizer/using/orchestrate-journeys/journey-use-cas...

Also, if you want to check the availability of the product with the help of an external system you can try a recent feature added to custom actions to get API response.

https://experienceleague.adobe.com/docs/journey-optimizer/using/configuration/configure-journeys/act...

Thanks, Sathees

Avatar

Community Advisor

Hi @SatheeskannaK  - I already checked the support of listStrings in custom action earlier but the point is the response payload part is still in beta and is not publicly available.

 

This eliminates it as an option for us.

 

Thanks,

Arpan