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.
alright, will have a try on this, will update u later. Thank you again
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.