Get DNN website content into a Glide Table

My client has a website that uses DNN as the CMS. I created a Glide App for them using some of their website content (short pieces of text), which I added manually to a Glide Table. Originally there was not supposed to be any connection between the website and the Glide App. But now they want the Glide App to automatically update when they change the website content. Essentially, the Glide App needs to obtain the content (short pieces of text) automatically from their website – or from their DNN CMS database? – instead of me adding it manually. Is there a way to do this?

If DNN offers an API solution, then your best bet is to have a Make.com scenario that will be triggered every time a new content object is added on DNN, then create a new row in Glide.

Same idea for when the content is edited, or deleted from DNN.

Two-way sync is also possible if DNN has an API, but maybe you can just start with one-way first.

If there is no API to work with, then another option could be the new “Get Webpage Source” column.

1 Like