Nov 26, 2021 01:29 AM
Hi all,
An incoming webhook I’m using for automation is sending an array, and I want to display this as a string. I found array functions for Airtable which would fit my need, but it seems those are not parsed in the “create record” action functionality when configuring this automation.
Is there anything I can do to use this property?
Also, when I pick the “insert as grid/list” options I get a popup with “An error has occurred”. But maybe I have the field type wrong? So if I can get that one to work that would be awesome too.
Nov 26, 2021 05:19 AM
Welcome to the community, @Wraldpyk! :grinning_face_with_big_eyes: It’s not clear what you mean about wanting to display the array as a string, but there are several ways to pull this off:
Nov 29, 2021 12:44 AM
Thanks so much for responding. I can’t use a script as I don’t have a paid plan currently, but it doesn’t automatically turn to a string, unfortunately.
"Fields" could not be converted to a string.
So I checked again, and apparently it’s an array of objects. Any idea how to handle that?
Nov 29, 2021 10:27 AM
Unfortunately JavaScript objects can only be handled by scripts.
What’s the source of the webhook call? There may be a way to process the data before calling Airtable so that you have an array of strings and not objects.
Nov 29, 2021 10:39 AM
Ah that is too bad, I’ll try to figure out a way to do it from the source, which is JIRA Webhook in automation. There’s a way to customize data.
Thanks for your help! Once I have an MVP and it is worthwhile we might get premium, but for now it’s a trial phase.
Nov 29, 2021 11:11 AM
You may also want to check out what my clients are doing, which is using Integromat’s Jira integration: