[IMPLEMENTED] Scripts reject() function to return multiple list items of errors

Hi
I want to ask to adjust Scripts reject(reason) function to receive an array of string-messages, and output as multiple elements in list.
Like:
image

Current behaviour:

  • reject(reason) outputs only one list element
  • If an array is passed as argument - joins the array values into a string, separated by commas, and outputs one list element

Other notes:
maybe even make it more functional and make able to receive a dictionary, where
key - Title of category of errors
value - Array of values

Thanks, you could have just changed the category :wink:

1 Like

This topic was automatically closed after 2 days. New replies are no longer allowed.