I have a repeating group that needs to show a list based on an either or condition. I may be phrasing this wrong, so putting the exact details below.
Data Types:
- Learning Journey
- Organization
- User
Conditions:
- If Learning Journey - Published = Yes; and
- If Learning Journey - Limit to Organization = No; then include in repeating group
Plus: - If Learning Journey - Limit to Organization = Yes; and
- If Learning Journey - Published = Yes; and
- If Learning Journey - Related Organization contains Current User’s Organization: first item; then also include in repeating group
How can I include rows that match either of the above scenarios above in one repeating group? Appreciate any help.