I’m sure I’ve missed something here, but I have a SELECT query which I’m attempting to constrain using a parameter. The parameter appears to pass through correctly, but the query returns all records, not records only containing the company_id I’m using as the parameter.
Query:
App Server Connect Properties:
Full Input Parameter: modal_company.modal_company_data.data.id
Request URL:http://localhost/dmxConnect/api/crm/read_touches.php?company_id=1
Browser Results:
So it looks to me like company_id=1 is being passed through in the request, but the query is returning results containing company_id=6
Can anyone see what I’ve done wrong?
Community Page
Last updated:
Last updated: