Reading JSON File

Is there any way to read from a Local JSON file ? and replacing the excel file with a json file and do binding to its data ?

Hi @ziadml,

The easiest way is to host your JSON file on a local server such as Mongoose then use the API Explorer to integrate it within IntuiFace.

Hi @Seb

Thank you for reply

Our Workflow is offline, i appreciate any help to do it.

we have an app that creates json file and we want composer to take data from it, and all the cycle should be offline.

Any Solution ?

Regards

@ziadml, by “local server” I meant a server running on the local machine, either the one running Composer or the one running Player. That fits an offline scenario.