Set state on page load & display this in element

Your custom state of current_text is a list of Quotes. Instead, make it a list of texts and you should be okay

Many thanks! This has rectified the multilineinput display value, however no change on the workflow statement, any ideas on that please?

I see it has random item text which basically returns a single item. Either you can do this and add the :converted to list operator after that so that it stores the single item as a list

Or if you don’t want to store a random item, you can set the query as Search for Quotes: every item’s text

Many thanks for your help! Managed to get the statements to read in blue, however, in be-bug no state is being set it remains empty

Use the debugger mode and check what’s happening