I have an "Issue Tracking List" that has 4 Action Types (issue, risk, opportunity, and action items), the list title is pulled and populated from another list (Program List, also capture the Id of that list). For my "Issue Tracking List" I want 4 action types per Program. I don't want multiple Issues or Risk, etc for 1 Program. How can I have my "Issue Tracking List" know that for Program A, there is already an issue, risk, opportunity or action item associated for that program?
Solved! Go to Solution.
Hi @kmw1130 ,
You mention you have captured the ID of the "master" list in your 'Issue Tracking List'. Assuming you have access to the ID of 'Program List' (from a selection in a gallery or a Form), a Gallery with the Items
Filter(
'Issue Tracking List',
YourIDRefField = YourMasterID
)
will display all the records from that list.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @kmw1130 ,
You mention you have captured the ID of the "master" list in your 'Issue Tracking List'. Assuming you have access to the ID of 'Program List' (from a selection in a gallery or a Form), a Gallery with the Items
Filter(
'Issue Tracking List',
YourIDRefField = YourMasterID
)
will display all the records from that list.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.