Feb 18, 2021 05:59 PM
I have created a form, and am setting up an automation so that when someone submits the form (creates a record), my coworker receives an email notification with all the submitted fields. When inserting as “Render as HTML List,” I am unable to edit the order of the list. This results in the email my coworker receives looking confusing and out of order. I would like it to match the order in the form view, or the order of my fields/columns in a grid view. Can this be fixed, while maintaining the HTML list style? (It seems that the list is stuck as the order in which the fields were created… )
Feb 19, 2021 03:50 AM
Hi @Joe_Backe - in my tests, the order of the list seems to follow the field order in the primary view of the table. Field order on other views is ignored and the field order on the form is ignored, but the primary view seems to hold. (Note also that the order of fields in the list component is ignored too - this does seem to be based on field created date/time, but does not influence the order in the email)
Feb 22, 2021 12:44 PM
Here is what I heard back from Support:
The order of the fields displayed in the ‘render with fields’ menu is the order the fields were created in (not the way they’re currently arranged in the table). This being the case, there’s no easy way to reorder the fields (shy of deleting them and creating them in the order you want – definitely not recommended if your table is already built out).
This was definitely a design choice – if having the order reflect a view in the table would be better for your workflow, let me know how and I can pass that along to our Product team! I can’t guarantee it’s something we’ll be able to change, but can at least make sure the feedback gets reviewed.
Apr 30, 2021 06:34 AM
Does anyone know if there is an update to this? I cannot possibly delete and start again with my fields and my automated emails look like a mess without being unable to change the order…
Apr 30, 2021 08:16 PM
I am also curious about the HTML list order. Can we make the order based on the order set in the view? That would make it so much easier.
May 01, 2021 04:47 AM
I’m not 100% sure what you’re trying to do, but let me take a crack. I use integromat for automation and the way we do it is by using a formula field to build out a markdown field (or HTML, markdown us usually just quicker and easier to human read for us).
So basically create an extra formula field and have it build what you’re trying to say.
E.g.
“
” & {field one} & “
Then you can pass this to your email and put all your fields into any order you want.
I think.
May 01, 2021 04:48 AM
Oh. HTML formats to html on this. Ha.
Basically though you build your entire HTML dataset in an extra formula field. Format it how you like and away you go.
May 04, 2021 02:43 PM
Any update on this? Seems really needed now that automations are becoming more and more powerful.
May 13, 2021 01:44 PM
This is a helpful workaround, thank you
Jun 08, 2021 04:18 AM
This is really quite an issue for me, anyone know if Airtable has made any updates to help?