Dear community,
I need help how to map these fields in each column that i haveo n monday, i tried various ways but i sitll get the error item create monday…
I am also wondering how to add the column values, I’ll be looking for an example of a working node in the community and will paste the link in here
So I’ve got it working with a structure like this in the column values:
{
“appointment_date”: “{{ $(‘Format Import Date Time’).item.json.formattedDate }}”,
“appointment_time”: “{{ $(‘Parse Details’).item.json[‘Appointment Time’] }}”,
“address”: “{{ $(‘Parse Details’).item.json.Address }}, {{ $(‘Parse Details’).item.json.Postcode }}”,
“email”: “{{ $(‘Join Labels and Values’).item.json.Email }}”,
“phone”: “{{ $(‘Join Labels and Values’).item.json.Phone }}”,
“product1”: “{{ $(‘Join Labels and Values’).item.json[‘product2’] }}”,
“product2”: “{{ $(‘Join Labels and Values’).item.json[‘product1’] }}”,
“other”: “{{ $(‘Join Labels and Values’).item.json[‘Notes for Rep’] }}”,
“date_added”: “{{ $(‘Format $now’).item.json.formattedDate }}”
}
There’s various steps I’ve used before to format the fields correctly, but that structure has worked for me. More than happy help further if you need! ![]()
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
