Hi ,
I need to generate a URL string by part of value derived by running a SQL Query
I have Text Input with Column URL as "http://example.com/updates/"
and Then I need to run a sql query to get a timestamp and use that timestamp to make the final URL update as
http://example.com/updates/20200816
when I used the "Input Data" I don't see a place to send this output to , I was planning to use Formula to join these 2 values together
any help please ?