Send data to data grid on drawer

Hey community :slight_smile:

I want to show data on a drawer in a data grid.
And the data comes from an endpoint that dynamically adjusts with the row I click.

My endpoint is : {{URL}}/communities/{{community_id}}/group/group_id/…
The community_id comes from the user data. :white_check_mark:
The group_id must come from the group I click on. :x:

I made this endpoint on my RestAPI collection:

It works on RestAPI pulgin but not in my drawer.

Do you know any solutions?

Thanks :pray:t2:
Antoine