- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
09-27-2016 07:42 AM
Hi
I have a data layer that represent array in object [0] hi need to send only one element fro the data layer to the vendor tag .
Do we have any extension to execute or handle in more systematic way?
in my data layer
abc [
{
"alfa": "yyy",
"category": "xxx",
"cost": "200",
"quantity": 1,
"color: "test12345",
"new": false
}],
I need only color value need to be mapped with the vendor tags.
09-30-2016 12:51 AM
10-26-2016 06:46 AM
One way to do this would be to add an extension where you load this variable into the data layer:
b.color = abc[0]["color"]
Copyright All Rights Reserved © 2008-2023