Hello,
I am wanting to create a flow that takes rows and copy's them to an email body from an excel table based on a value in a column.
I have the below Table that shows 6 columns i want to send a manager a copy of only there employees based on the department code. So for example the manager for department code 200 would see John Young and John Does rows. I would have this reoccure every week.
Any help would be much appreciated, Thanks.
Solved! Go to Solution.
Hi @J0hn ,
Please consider using html table to display the filtered rows.
Please refer to the following method to configure Flow.
Tips: when configuring Condition, if the field type is Number, you don't need to use string() function.
Image reference:
Details of Apply to each:
Please take a try.
Best Regards,
Hi @J0hn ,
Please consider using html table to display the filtered rows.
Please refer to the following method to configure Flow.
Tips: when configuring Condition, if the field type is Number, you don't need to use string() function.
Image reference:
Details of Apply to each:
Please take a try.
Best Regards,
This Worked Perfectly! Thank you for your help.