Hi there,

Does the platform supports nest hash variable? for example, I set an env variable 'datePtn=yyyy-MM-dd', can I using this variable in the date variable like '#date.#envVariable.datePtn##', or there's another way to achieve this purpose?

Thanks!

  • No labels

2 Comments

  1. O.o

    You can use the following

     #date.{envVariable.datePtn}#
  2. Hi O.o,

    Thanks for you reply, it works.