Hi all,
I am building a plugin where I have an action that takes in an array of text and chunks it depending on some number which I’m also passing. Basically, the code works perfectly as I’ve tested in code editors.
What I am passing back as a return value is:
[“aa”,“bb”,“cc”]
Return value is type of list of texts however, when I receive this on workflow and map it to a state or db to test the value, it is a list of texts however the entire thing is stored as first item.
Does anybody knows how to resolve this?
Looking forward to any advice possible.