Hi my dear friends;
Sorry, this might be a trivial question, but because I’m still a beginner and have tried several methods but failed, I created this topic.
I use an HTML Node that return bad output. The output should be a URL like this
http://example.com/assets/55c3c69a-39ca-4ff8-b51d-00efad9909e3?access_token=Vss4bpPXOhrlsssB6G8bxxxxF_s
but the result is empty or no disply url.
Here is the code I used <img src="http://example.com/assets/" {{$json.image_id}} "?access_token=Vss4bpPXOhrlsssB6G8bxxxxF_s" alt="image detail" class="profile-photo">
I want to make the image_id ({{$json.image_id}}) URL dynamic. how to combine strings into urls in HTML nodes?