https://prefect.io logo
b

Birkir Björnsson

10/09/2022, 3:28 PM
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

Anna Geller

10/09/2022, 4:31 PM
Add .value after load
b

Birkir Björnsson

10/20/2022, 12:00 PM
Thank you for your help, it worked as a charm
🙌 1
3 Views