How to get "properties" with relations

Hi, I’m working in an Export CSV solution with and external Python services.

Everything it’s working find until I need some information who requires relations with just 1 depth.

This is working find because I need the name of the columns to export the csv

I try just for my own “data/TABLE/properties?loadRelations=[RELATION]” but not working

Any ideas?
Thanks, Mario

Hello @Mario_Ghersi!

Maybe the problem is the wrong requestUrl, try changing it to data/TABLE?loadRelations=[RELATION]

https://backendless.com/docs/rest/data_single_step_retrieval.html

Regards,
Alexander

My solution was take the information of the column names directly in a find using loadRelations.

And it’s working find. Thanks, Mario