πŸ‘‚ Feedback needed: scripts in automations that shouldn't be scripts

Some unnecessarily complex scripts have been:

1. Post to Slack with a link to entity:

{!Public-id!}
<% const utils = context.getService(`utils`); %>

πŸ“œ New post by {{Created By.Name}}: *<<%= utils.getEntityUrl(Entity.Type, Entity["Public-id"]) %>|{{Name}}>*

Would be nice if the whole thing can just be compiled with Markdown. Also, the formatting of dates and date ranges is still very unclear.

2. Setting icon, states and emojis if formula:

I don’t have a script but I do think remembering that both of this is not possible

Thanks :slightly_smiling_face:

2 Likes