09-12-2017 11:53 AM
Hi,
I want to dynamically generate a html file with Snaplogic. What are the best snaps to do this?
Its best to have the ability to dynamically change the content of the html when pipeline is running.
Thanks
Solved! Go to Solution.
09-13-2017 05:42 AM
You can place the HTML in a mapper and for $content and send it out a doc to binary. I created a form that is displayed from a pipeline when triggered for my boss to request a report.
09-13-2017 03:09 AM
What is the use case? What are you trying to achieve?
09-13-2017 05:42 AM
09-13-2017 06:25 AM
Thanks Bill, this is a good idea actually.
I found another post for this as well which we can leverage xslt snap to do the same.
Thanks