All Collections
Versions 3.0 and 2.0
Implement
Portal 2.0
How can I provide JSON data to the React library in Portal 2.0?
How can I provide JSON data to the React library in Portal 2.0?
Elisa Dinsmore avatar
Written by Elisa Dinsmore
Updated over a week ago

This article is for Flatfile's Portal 2.0. If you'd like to check out the latest version of the Flatfile Data Exchange Platform, click here!

You can use `importer.requestDataFromUser({source: [{a: 1, ...}, ...]})`. Be aware that there is a `source` prop on the react component, and it is the same `source` prop from `LoadOptionsObject`.

Did this answer your question?