Hi,
I´m connecting to an accounting software through Bubble`s API connector to a REST API.
My result is something like this:
{
“amount”: -7748.75,
“termOfPayment”: “2020-10-29”
},
{
“amount”: -4375,
“termOfPayment”: “2020-10-29”
},
{
“amount”: 2837.5,
“termOfPayment”: “2020-12-22”
},
{
“amount”: -350509.01,
“termOfPayment”: “2021-01-20”
},
Is there any way to group my result based on the “termOfPayment” ?
I want a chart, or just a repeating group, where i can see the amount per day.