Hello,
I am trying to take all the values for “Name” of each collection in this context.
I have tried a bunch of things and also looked for similar questions asked in the community but it did not help me much.
I want to create a text that contains all the names comma-separated.
ex: Name1, Name2, Name3 …
I have not used the iteration module of make.com because I want to consume fewer operations.
Relevant part of the data is the following:
"cac:InvoiceLine": [
{
"cbc:ID": [
1
],
"cbc:InvoicedQuantity": [
{
"_value": 1,
"_attributes": {
"unitCode": "C62"
}
}
],
"cbc:LineExtensionAmount": [
{
"_value": 25,
"_attributes": {
"currencyID": "TRY"
}
}
],
"cac:AllowanceCharge": [
{
"cbc:ChargeIndicator": [
false
],
"cbc:MultiplierFactorNumeric": [
"0"
],
"cbc:Amount": [
{
"_value": "0.00",
"_attributes": {
"currencyID": "TRY"
}
}
]
}
],
"cac:TaxTotal": [
{
"cbc:TaxAmount": [
{
"_value": 5,
"_attributes": {
"currencyID": "TRY"
}
}
],
"cac:TaxSubtotal": [
{
"cbc:TaxableAmount": [
{
"_value": 25,
"_attributes": {
"currencyID": "TRY"
}
}
],
"cbc:TaxAmount": [
{
"_value": 5,
"_attributes": {
"currencyID": "TRY"
}
}
],
"cbc:Percent": [
20
],
"cac:TaxCategory": [
{
"cac:TaxScheme": [
{
"cbc:Name": [
"KDV"
],
"cbc:TaxTypeCode": [
"0015"
]
}
]
}
]
}
]
}
],
"cac:Item": [
{
"cbc:Name": [
"Çapak Gözlüğü"
],
"cac:SellersItemIdentification": [
{
"cbc:ID": [
"URN000169"
]
}
]
}
],
"cac:Price": [
{
"cbc:PriceAmount": [
{
"_value": 25,
"_attributes": {
"currencyID": "TRY"
}
}
]
}
]
},
{
"cbc:ID": [
2
],
"cbc:InvoicedQuantity": [
{
"_value": 25,
"_attributes": {
"unitCode": "C62"
}
}
],
"cbc:LineExtensionAmount": [
{
"_value": 14000,
"_attributes": {
"currencyID": "TRY"
}
}
],
"cac:AllowanceCharge": [
{
"cbc:ChargeIndicator": [
false
],
"cbc:MultiplierFactorNumeric": [
"0"
],
"cbc:Amount": [
{
"_value": "0.00",
"_attributes": {
"currencyID": "TRY"
}
}
]
}
],
"cac:TaxTotal": [
{
"cbc:TaxAmount": [
{
"_value": 2800,
"_attributes": {
"currencyID": "TRY"
}
}
],
"cac:TaxSubtotal": [
{
"cbc:TaxableAmount": [
{
"_value": 14000,
"_attributes": {
"currencyID": "TRY"
}
}
],
"cbc:TaxAmount": [
{
"_value": 2800,
"_attributes": {
"currencyID": "TRY"
}
}
],
"cbc:Percent": [
20
],
"cac:TaxCategory": [
{
"cac:TaxScheme": [
{
"cbc:Name": [
"KDV"
],
"cbc:TaxTypeCode": [
"0015"
]
}
]
}
]
}
]
}
],
"cac:Item": [
{
"cbc:Name": [
"Kalın Sıva Filesi"
],
"cac:SellersItemIdentification": [
{
"cbc:ID": [
"URN000170"
]
}
]
}
],
"cac:Price": [
{
"cbc:PriceAmount": [
{
"_value": 560,
"_attributes": {
"currencyID": "TRY"
}
}
]
}
]
},
{
"cbc:ID": [
3
],
"cbc:InvoicedQuantity": [
{
"_value": 9,
"_attributes": {
"unitCode": "C62"
}
}
],
"cbc:LineExtensionAmount": [
{
"_value": 11700,
"_attributes": {
"currencyID": "TRY"
}
}
],
"cac:AllowanceCharge": [
{
"cbc:ChargeIndicator": [
false
],
"cbc:MultiplierFactorNumeric": [
"0"
],
"cbc:Amount": [
{
"_value": "0.00",
"_attributes": {
"currencyID": "TRY"
}
}
]
}
],
"cac:TaxTotal": [
{
"cbc:TaxAmount": [
{
"_value": 2340,
"_attributes": {
"currencyID": "TRY"
}
}
],
"cac:TaxSubtotal": [
{
"cbc:TaxableAmount": [
{
"_value": 11700,
"_attributes": {
"currencyID": "TRY"
}
}
],
"cbc:TaxAmount": [
{
"_value": 2340,
"_attributes": {
"currencyID": "TRY"
}
}
],
"cbc:Percent": [
20
],
"cac:TaxCategory": [
{
"cac:TaxScheme": [
{
"cbc:Name": [
"KDV"
],
"cbc:TaxTypeCode": [
"0015"
]
}
]
}
]
}
]
}
],
"cac:Item": [
{
"cbc:Name": [
"20 Kg Fit Özel Mat Marshall"
],
"cac:SellersItemIdentification": [
{
"cbc:ID": [
"URN000171"
]
}
]
}
],
"cac:Price": [
{
"cbc:PriceAmount": [
{
"_value": 1300,
"_attributes": {
"currencyID": "TRY"
}
}
]
}
]
},
{
"cbc:ID": [
4
],
"cbc:InvoicedQuantity": [
{
"_value": 1,
"_attributes": {
"unitCode": "C62"
}
}
],
"cbc:LineExtensionAmount": [
{
"_value": 790,
"_attributes": {
"currencyID": "TRY"
}
}
],
"cac:AllowanceCharge": [
{
"cbc:ChargeIndicator": [
false
],
"cbc:MultiplierFactorNumeric": [
"0"
],
"cbc:Amount": [
{
"_value": "0.00",
"_attributes": {
"currencyID": "TRY"
}
}
]
}
],
"cac:TaxTotal": [
{
"cbc:TaxAmount": [
{
"_value": 158,
"_attributes": {
"currencyID": "TRY"
}
}
],
"cac:TaxSubtotal": [
{
"cbc:TaxableAmount": [
{
"_value": 790,
"_attributes": {
"currencyID": "TRY"
}
}
],
"cbc:TaxAmount": [
{
"_value": 158,
"_attributes": {
"currencyID": "TRY"
}
}
],
"cbc:Percent": [
20
],
"cac:TaxCategory": [
{
"cac:TaxScheme": [
{
"cbc:Name": [
"KDV"
],
"cbc:TaxTypeCode": [
"0015"
]
}
]
}
]
}
]
}
],
"cac:Item": [
{
"cbc:Name": [
"10 Kg Marshall Sil. Özel Mat"
],
"cac:SellersItemIdentification": [
{
"cbc:ID": [
"URN000172"
]
}
]
}
],
"cac:Price": [
{
"cbc:PriceAmount": [
{
"_value": 790,
"_attributes": {
"currencyID": "TRY"
}
}
]
}
]
},
{
"cbc:ID": [
5
],
"cbc:InvoicedQuantity": [
{
"_value": 3,
"_attributes": {
"unitCode": "C62"
}
}
],
"cbc:LineExtensionAmount": [
{
"_value": 1350,
"_attributes": {
"currencyID": "TRY"
}
}
],
"cac:AllowanceCharge": [
{
"cbc:ChargeIndicator": [
false
],
"cbc:MultiplierFactorNumeric": [
"0"
],
"cbc:Amount": [
{
"_value": "0.00",
"_attributes": {
"currencyID": "TRY"
}
}
]
}
],
"cac:TaxTotal": [
{
"cbc:TaxAmount": [
{
"_value": 270,
"_attributes": {
"currencyID": "TRY"
}
}
],
"cac:TaxSubtotal": [
{
"cbc:TaxableAmount": [
{
"_value": 1350,
"_attributes": {
"currencyID": "TRY"
}
}
],
"cbc:TaxAmount": [
{
"_value": 270,
"_attributes": {
"currencyID": "TRY"
}
}
],
"cbc:Percent": [
20
],
"cac:TaxCategory": [
{
"cac:TaxScheme": [
{
"cbc:Name": [
"KDV"
],
"cbc:TaxTypeCode": [
"0015"
]
}
]
}
]
}
]
}
],
"cac:Item": [
{
"cbc:Name": [
"20 Kg Marshall Tavan Boyası"
],
"cac:SellersItemIdentification": [
{
"cbc:ID": [
"URN000173"
]
}
]
}
],
"cac:Price": [
{
"cbc:PriceAmount": [
{
"_value": 450,
"_attributes": {
"currencyID": "TRY"
}
}
]
}
]
},
Thanks in advance!