1
Extensions / Re: External Data Extension [1.6.1]
« on: March 23, 2016, 12:58:34 am »
I solved my case by putting external .txt file on server, than using HTTP get request and parsing respond. Now i can change .txt and use new data without compilation.
It wasnt obviously for me, that response from external .txt file could be used and parsed as simple text - but it can!
I strongly recommend for developing team to put this info into documentation, because it was random attempt and i didnt expect this would work.
It wasnt obviously for me, that response from external .txt file could be used and parsed as simple text - but it can!
I strongly recommend for developing team to put this info into documentation, because it was random attempt and i didnt expect this would work.