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.







