You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi, how do i can get the location that have in trello by using azure logic apps to input the coordinate/address? and it will be display in trello card.
bellow is something that i trying to work on.
The coordinate looks like SIngapore. :)
With the premium plan, the map should be automatic show on the back of the cards if you update the address, coordinate correctly.
the address is a random coordinate that i take it from google map,
alright i will have a try first and let u know
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
add .json to the card url on your browser. If the azure app is working correctly it must create something similar to this
{"id":"62e05....607ff1","address":"80 Mandai Lake Rd, Singapore 729826","badges":{"attachmentsByType":{"trello":{"board":0,"card":0}},"location":true,"votes":0,"viewingMemberVoted":false,"subscribed":false,"fogbugz":"","checkItems":0,"checkItemsChecked":0,"checkItemsEarliestDue":null,"comments":0,"attachments":1,"description":true,"due":null,"dueComplete":false,"start":null},"checkItemStates":[],"closed":false,"coordinates":{"latitude":1.4043485,"longitude":103.793023},
It it does the map will not show. You have to approach the app provider. You can use API to set this parameters and the map will show. Sometimes you have to refresh the page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
the solution is work, i just need to add "location":true,", "coordinates":{"latitude":1.4043485,"longitude":103.793023},
it will as what i trying to do.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.