Is there a way to import data into a client side resource from an external source?
I need a way to create and backup a resource quickly as opposed to keying in the data one at a time through the app.
Hey,
You can find the flow function Replace client-side record collection in the marketplace, with which you are able to set many records at a time
I knew about this flow function but the problem is that I would have to manually enter all the data. What I’m looking for is a function that will import a list that would match the resource’s schema.
If you have the JSON of the database then you can set the records via a formula in the Records
property. Or, if you use Get record collection to retrieve the data, you can just use outputs["Get record collection"].records
in the formula.