Edit: I rephrased the requirement. I want to generate a PDF report with data from different sharepoint lists, conncted with link IDs.
I have three different sharepoint lists. Each item within a list has a unique ID, and the items in Deviations and Actions list are linked to an AUDIT with a field called "Audit Link ID". Of course each list has several columns I dont show here. The assingment and relation of the Link IDs works fine.
Example: The Audit has three deviations and two actions.
Audits:
ID Title
1 Test Audit
Deviations:
ID Title Audit Link ID
1 Test Deviation 1 1
2 Test Deviation 2 1
3 Test Deviation 3 1
Actions:
ID Title Audit Link ID
1 Test Action 1 1
2 Test Action 2 1
I now want to have a flow that generates a pdf, with following data from these three sharepoint l
Audit = ID 1
Deviations = All Items with "Audit Link ID = 1
Actions = All Items with "Audit Link ID" = 1
I know how to create a pdf out of a sharepoint item, but I do not know how to achieve it with more than one datasource and prefiltered items.
Thank you!
Best Regards
Fabian