Hi all, I am trying to use string block and fetch ...
# ask-community
b
Hi all, I am trying to use string block and fetch the string value string_block_from = String.load("from-string") It returns this String(value='2022-07-01T000000'), how can I only get the value ie '2022-07-01T000000'?
1
a
Add .value after load
b
Thank you for your help, it worked as a charm
🙌 1