Hi, You are close here - change the ticks to single quotes and it should
work: {% for id in unique_policy_id -%} {% set log =
policy_violation_logs | json_query("[?policyid=='" ~ id ~ "']") -%} {<!-- -->{
log }} {% endfor -%} For more information, check out ...
Hi Malaya, What is the context of this playbook? A. Are you looking to
trigger the playbook when the final related indicator has its
enrichmentStatus set to "Completed"? In this case, you would need to
have a playbook that runs On Update of Indicator<!-- --><!-- -->...