Query API - Nested Query Dynamic Tag generation creates unuseable results

Simple explanation;
If the nested query field name has capital letters (from the JSON output) the dynamic tag generator does not provide the correct tag to use in the editor. Manually typing it does work.
For the top level query, it correctly converts the text to lowercase.

Long explanation;
Generating dynamic tags for the API Query works correctly. For the API created “Cars”, for the field “CarName”. For an array called “Features”, it creates a Nested Query, but for the field “Name” it incorrectly generates the dynamic tag.

For field “CarName” it creates:
{brf_api_cars_carname}
Which works as expected.

In the Nested Query for the array “Features”, and the field “Name” it creates:
{brf_api_cars_Features__name}
Which doesn’t work, but does work when manually typed with capitals removed.

The working dynamic tag is:
{brf_api_cars_features__name}

Hey Christian,

thanks very much for reporting. Just fixed it locally. It will be deployed in the next update :slight_smile: