I have two bubble apps connected using Bubble API Connector plugin. I’m trying to retrieve the data “phrases” from app A and exihibit in a chart in app B.
The API connection is just fine, but when I try to group the data by created date I don’t find that option.
When I check at the debugger I can see all the data got in Result’s objects.
Any suggestion how can I group this data?
PS.: I’m using amCharts plugin for graphs.