Hello,
I am building a flow where an adaptive card is posted on teams when a new record is created in SP list.
For this purpose I need to make a provision wherein a clickable link is embedded in the adaptive card, clicking on which will take the user to Google Maps with the coordinates as an input.
There are 2 parts of the concat expression:
1) This part of the URL: https://www.google.com/maps/search/
2) Coordinates fetched from SP list (xx.xxxxxxxx,xx.xxxxxxxx)
I want to concat these together but always there is space appearing:
https://www.google.com/maps/search
2x.5487xxxx,4x.xxxx8473
This is rendering the link to work partially.
Any help would be greatly appreciated.