Help
Regent_Province
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Jun 25, 2019
‎Nov 29, 2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 5 Kudos received

User Activity

I would like to use a ARRAY_FIRST() and a ARRAY_LAST() function, taking an array as argument, and resulting in the first (or the last) element of this array. For now, I have to ARRAY_JOIN(my_array, ",") first, and the look after the string before the...