Grouping

Options
Hi. im new on xano
How can i get this response? or this is possible on xano? thank you.
[
  {
     name: sample1,
     completed: 1,
     incomplete: 2
  },
{
     name: sample2,
     completed: 1,
     incomplete: 1 
  },
]
table recordsname             |       status
sample1         |      incomplete
sample1         |      incomplete
sample1         |      complete
sample2         |      incomplete
sample2         |      complete

Comments

  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Options
     - how are you getting the initial payload - are you pulling this in from an external source/inputs or is it coming from a DB table? Just wondering because of different approaches