Show multiple entries in a field in the Badge item overview
In the Badge item overview it would be nice to see more than just one entries in a field. In my case, I have two entries in a field (which are two items from another app), but I can only see one in the Badge item overview. I need the table overview to see all entries, but I like the Badge overview better. If it's not possible to fit more than the first entry into the Badge it could instead be followed by a number of the remaining or total entries. Something like: "Field name: Entry (+ 1)" or "Field name: Entry (Total: 2)".
Here's a picture showing what I mean:
-
Hey, fitting more than 1 entry will just overflow the card area that might display the data in your badge view, to customise this according to how you want to set it up, follow the steps below:
If the displaying field(Alfosere) is a relationship field:
- Create a calculation field
- Insert this code: let totalItems = @All of Alfosere; return "Alfosere Total ("+totalItems.length()+")"
If this Alfosere is a Non Relationship field (Any field other than relationship):
- Create a text field
- Set up an automation to interact with Podio API to get the total values of that category field and display it like above
Regardless of what the type of field is, after any of the step is done properly, you should see the count in that field.
After this just go to app layout->Badge layout and select that field you just created!
If you have any questions, post a comment or email me at developer@automationexpert.in!
Please sign in to leave a comment.
Comments
1 comment