Heads up! On March 5, starting at 4:30 PM Central Time, our community will be undergoing scheduled maintenance for a few hours. During this time, you will find the site temporarily inaccessible. Thanks for your patience. Read more.
×Hi i manage to input crmble field templates into my Trello Board, when i view it on my trello board i can see the information. However when i export the lead information, i could not be able to see the 'source column' information on my excel format. Tried export by CSV and Excel export. Both has the same issue of not showing the 'source column - which means where this lead came from' , other information is shown accordingly in the crmble fields. Can i know the solution for this matter?
@Isaac Lim went to investigate this further.
found out that CRMBLE fields
[{'id': '5f7161bd14c4ef5491508680', 'idPlugin': '5e5e8b4b55a4ea5fedc0dafa', 'scope': 'card', 'idModel': '5f7161bcc8394e1fcd771838', 'value': '{"CRMBLE_CARD_CONTACT":{"crmbleFieldsValues":[{"id":"firstName","value":"Gimoteo"},{"id":"lastName","value":""},{"id":"phone","value":""},{"id":"email","value":""},{"id":"company","value":""},{"id":"jobTitle","value":"Apps Square S.L."},{"id":"dateCreated"},{"id":"origin"}],"googleUrls":[],"googleDrive":false,"dateCreated":"2020-09-28T04:08:28.791Z","dateLastUpdate":"2020-09-28T04:08:28.791Z","trelloUrl":"https://trello.com/c/jJfLHI23","trelloCardId":"5f7161bcc8394e1fcd771838"}}', 'access': 'shared'}]
can be exposed using Butler Http Request to an endpoint, you can make the CRMBLE variables for a deal available to Butler in the form, say, httpresponse.firstName and you get the value "Gimoteo".
I did the same for Typeform. The implementation there uses an attachment.
@Isaac Lim Except for a few Power Ups like custom fields, plugin data are available for the purposes you indicated. To get the data, you need to get the plugin data via Trello API. Furthermore you need to do your own investigation as these are normally published. It can also be kept as share or private in card, board, member objects. All observations based on developing my own Power Ups and some 3rd party PU like Maps and Smartfields.
This is for PU Developers https://developer.atlassian.com/cloud/trello/power-ups/client-library/getting-and-setting-data/
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.