Hi! I wanted to see if it was possible to add a butler rule to sort the cards using a field from another power up. I can do that with the custom fields, but I want to do it with the SmartFields power-up. I want the elements to be sorted taking into account the final value that the calculation gave me in Smart Fields. Have you encountered this? Is it possible? I have gone over all of the options in the butler, but I have not found a way to do it.
Hello Marianela,
Sorting of the cards in Trello’s lists according to Smart Fields values is now a native feature of Smart Fields Power-Up
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@[deleted] Worked with Typeform Power Up. While you can see the data from the survey, I struggled to find the data in the card even when I use API to extract card properties. In the case of Map Power up, I could see and change the data but the UI does not re-compute with the modified data.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What I want is for the cards to rearrange themselves with the result, have you been able to do it with either option?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@[deleted] I have not tried to investigate specifically on SmartFields to see whether the data is visible. For Map I could see the location points. For Typeform I cannot find any of the data. Likewise for Contalist. These are Power Ups in which I tried to integrate further into my board e.g. for Contalist it was to use the customer email in Contalist and email templates, In Map it was to provide location points from external source like a telephone client and have Map Power Up show the map on the card (Map can only show maps if you physically enter from within the card.)
I will have to do similar investigation on SmartFields. In my opinion, I cannot image Butler is built to automate or use the new data propagated by 3rd party power ups ...note Map is by Trello
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I will look into Map to see if it works for us. Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@[deleted] not sure this makes sense.
for card in client.get_board('5edb0ab215b0c2678d0ef302').all_cards():
if card.name == 'Superhero Power Card - API test':
print(card.plugin_data)
Got this
[{'id': '5f0d86fb2e8ffd15fe935fac', 'idPlugin': '5e2212c3ba57415ef2ef9352', 'scope': 'card', 'idModel': '5f03d6eab3ad416ff2b466cb', 'value': '{"__CFT_DATA__":{"12067":{"v":2468},"12068":{"v":1357},"12069":{"v":3825},"id":"5f03d6eab3ad416ff2b466cb","board_id":"5edb0ab215b0c2678d0ef302"}}', 'access': 'shared'}]
The {"v":2468} this associated with var 1 on the card
var2 is {"v":1357}
result is {"v":3825}
I did a simple sum on the var1 and var 2. What this means is I can see the data begin the card. By trial and error I can distinguish the variables. Have not figured out where are the definitions....the keys for these variables are 12067, 12068, 12069.
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.