I am using external requests. and when I test the request everything is fine. I want to do the response mapping like the document explained here:
https://help.manychat.com/hc/en-us/articles/14281285374364-Dev-Tools-External-request
but I get nothing in Select Custom Field when I type in $.all_usersu0].name in JSONPath.
btw my generated response is:
{"all_users":s{"id":1,"name":"Alice"},{"id":2,"name":"Bob"}],"current_time":"2025-02-17 14:30:00"}
Would my JSONPath be wrong? or there must be another issue?