Concatenate a string with Part from Input Text Data and part from a Query output
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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 ?
Solved! Go to Solution.
- Labels:
- Preparation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Midhuna
If I understood your question , yes you need to concatenate using a formula tool the field url with the result of the sql query
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes, but the formula tool accepts only one connection , so I set the connection from Input Data , It's unable to read the Field from Input Text field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Ah ok, you need to use an append fields connected to the two inputs so the data is in the same record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @Midhuna ,
here is an example. two input text used as two connections.
It will give you an idea.
I hope it helps.
