Hello @simonyz_yeh,It seems,1) Network is working: You're not getting a
timeout or connection error.2) You're using connector version 1.0.1,
which is the fixed version.3) Endpoint is incorrect: The connector is
trying to call a SailPoint API path tha...
I believe this should serve your purpose.{% for id in unique_policy_id
%}{% set query = '[?policyid==`' ~ id ~ '`]' %}{% set log =
policy_violation_logs | json_query(query) %}{<!-- -->{ log }}{% endfor %}Thank
You