Return a list/map and use it on the on the next block
Hello,
Im trying to make a simple custom function that converts my Unix Epoch time to Date (that is done), but i have to convert two dates and return that two dates in two vars, and theres when the problems begin.
I only can return them if i use a list or map, but doing it doesn't make them appear on the next block (the app where i want to put those dates)
I've taken some prints, i've tried the function with List Output:
Then with MAP output:
In both outputs (list and map) i wasn't able to get the two values on the next block:
How can i do this?
Basically i want to be able to return two variables and use them separately on the next block (in this case a Zoho Creator block to create a new record)
Thanks