Is it possible to call information into the cells of the Wix database from other sources? For instance, if I wanted to get a number off of another website and have it automatically update inside my database, is that possible?
Hi,
You can use the fetch () function from the wix-fetch functions. This function fetches an HTTPS resource from the network. Afterword, use the Insert() function in order to insert your data into the collection.
At this article you can view an example of how to use a fetch() function, and here there is an example of this question from another wix user.
For more information about fetch() function :
For more information about insert() function :
Have a nice day and best of luck!
Sapir