Additional transforms for no-code variable transformations

Hi all,
I find the no-code variable transforms in workshop very convenient. Over time I have collected a list of transforms I frequently have to do via ts function, which I would love to have directly available as first class experience in workshop :slight_smile:

Array:
Background: we frequently have cases, where we get all distinct values through object set property aggregation. From this distinct array we …

  • extract value at index: To get a specific value (mostly index 0)
  • string_concat values from array with custom delimiter: To show prettified in metric card or markdown text
  • array contains with regex search
  • array_math → sum, avg, length etc.

Other:

  • Current timestamp: we only have current date, but not current timestamp. Use case would be to concat time timestamp into a file name on a download button click

Nothing super critical but If we can sneek in some of these would be mucho fantastico :victory_hand:

3 Likes

Thank you for the signal and calling out specific array operations. I’ve added a link to this in our internal issues tracking these additional variable transformations.