Hello. Here is what I would like to do.
When date is entered or modified in Day0
- If TestID contains the letters HRC anywhere in it:
- Update FirstTestDue to show date Day0 + 5 days (In example below I want it to populate with 1/31/2022)
- Update SecondTestDue to show date Day0 + 8 days (Example below should be 2/3/2022)
Here is my flow so far:
addDays(triggerOutputs()?['body/_x0044_ay0'],5,'MM/dd/yyyy')
I'm quite new to this so any help would be much appreciated.
Thank you