When trying to access a string with the format_value() method, it returns the string normally given it's a relatively short string. But if a string longer than 73 lines is entered, it returns {???} instead of said string. PFA test case which will help reproduce the bug here.
When trying to access a string with the
format_value()method, it returns the string normally given it's a relatively short string. But if a string longer than 73 lines is entered, it returns{???}instead of said string. PFA test case which will help reproduce the bug here.