How can I populate related records in related list

chandan15
Tera Contributor

We are filling time sheet portal hours and it is creating multiple record in time card table.

I have a scheduled flow designer-Action to rollup multiple record into one record(i.e. adding hours based upon user and week start date)

I want to populate related time card record into rollup form related list.(based upon week start on date and user)

I have created m2m table to relate it. I am able to see the related list but it is not bringing any related record into it.

I couldn't find any proper filter option to relate them.

 

This is the similar case of all incident task in incident related list where incident number in task is same

1 ACCEPTED SOLUTION

Shreya Kaushik1
Mega Guru

Hey Chandan,

 

You have to create a relationship record for these two tables with your desired filter.

For reference, you can see System definitions>> Relationships:

 

find_real_file.png

 

Just replace the tables with yours and define your query in the "Query with" script section.

 

This should solve your purpose.

 

Please mark correct/helpful if that serves your purpose.

 

Regards,

Shreya

View solution in original post

3 REPLIES 3

Shreya Kaushik1
Mega Guru

Hey Chandan,

 

You have to create a relationship record for these two tables with your desired filter.

For reference, you can see System definitions>> Relationships:

 

find_real_file.png

 

Just replace the tables with yours and define your query in the "Query with" script section.

 

This should solve your purpose.

 

Please mark correct/helpful if that serves your purpose.

 

Regards,

Shreya

chandan15
Tera Contributor

yeah, now I am getting perfect result, Thank you very much

Good to know that I was of help!

 

Cheers!

Shreya