Hi Steven,
Only way to pass a value from microflow to a page is by passing a object.
Thanks.
Hi,
You can only pass object from microflow to page or page to microflow, you can not pass particular value like string, integer, boolean etc..
To handle such kind of scenario, you can use non-persistent entity.
Thanks.