hi to everyone,
i wondered…
Is it possible to link two Wix websites to a single dataset?
Or more precisely: allow a Wix site to access to records of a dataset from another Wix site?
You will need to expose an API on the site that has the database to be shared, and the other site then needs to access the data using the API. See this example for details:
Expose and Access Site APIs
Use MyApi and MyApiClient to expose and access external APIs.