Not able to return the result from Execute Flow

I created a flow for fetching data and return the result.

Here are my flows.

This is the log:

Flow fetchData Setup

I exposed the result for another flow to access it.

Script:

This is the log from fetchData script:

As you can see, the log is able to show the data from the API.

On Init

This is the mapping result, so the result will be saved in `bh.local.fetchData`.

Script:

Trying access:

NOTE: Please note that the program can’t even reach the console.log(“bh.local.fetchData“) to print the text.

@Sam @Simphiwe PLEASE SUPPORT

Instead of passing bh.local.result, can you pass two outputs – items and totalItems.

These should be assigned to the call service output variables, and then from there, they need to be combined into a single result.