HI everyone,
Could you help explain me how below code works? The character "_" is new to me and I cannot find any documentation for it.
apply( contains( index( local!childTask, "id", null ), _ ), index( local!parent, "id", null ) )
Discussion posts and replies are publicly visible
Find the documentation here: https://docs.appian.com/suite/help/24.3/expression-advanced-evaluation.html
Can you help me understand what this code is meant to do? What is the outcome and what is that outcome used for?