RickPutnam
5 years agoQrew Cadet
Pipelines Outlook email question
Greetings,
I'm working on a pipeline to import emails from Outlook into a table in Quick Base and I'm having trouble capturing the recipient(s). I think the Outlook connector is returning a list or collection of recipients and Pipelines doesn't know how to stuff that into a Text or EmailAddress field. Pipelines gives me a fairly obscure error:
------------------------------
Rick Putnam
------------------------------
I'm working on a pipeline to import emails from Outlook into a table in Quick Base and I'm having trouble capturing the recipient(s). I think the Outlook connector is returning a list or collection of recipients and Pipelines doesn't know how to stuff that into a Text or EmailAddress field. Pipelines gives me a fairly obscure error:
Validation error: Incorrect template "{{a.to_recipients}}": issubclass() arg 1 must be a class
{% for recipient in {{a.to_recipients}} %}
{% recipient.email_address.name %}
{% endfor %}
But Pipelines will not accept that in the mapping field. That's as far as I've gotten. Any help would be appreciated.
------------------------------
Rick Putnam
------------------------------