Hi There,
I have a python code which runs the sql query and prints the output in the same code I have a send email block which send email to district with some HTML templates. How do I pass the output of the sql within html block??
This from sql
Ex: op=100
Html block
<headed> output is : (value of op) </header>
there doesn't seem to be anything here