Action not executing

BobG
New Member

I have a Child table with a Ref to the Parent table. I have an action on the child table that executes properly. On the Parent table I have an action (Execute an action on a set of rows) referencing the action on the Child table that is not working. Both tables have a columns with the same log key referenced in the formula.I suspect the Referenced Rows formula is bad.

Select(Log[LogKey], ([LogKey] = [_THISROW].[LogKey]))

Any idea on why this is not working?

Solved Solved
0 8 770
1 ACCEPTED SOLUTION

Please tryโ€ฆ
Select(WTLog[LogKey], [IssuedKey]=[_thisrow].[IssuedKey])

View solution in original post

8 REPLIES 8