Hi
In the power app, for one of the Dates fields I wanted to add 10 days, that field should be an auto-calculated field, and it should only calculate weekdays, not weekends, and give me the result.
For Example:

As per the above screenshot for Pre work planned start date, I have taken 20-01-2022, here pre-work panned end date filed is the auto-calculated filed and for the pre-work panned end date Card on the" Default date" I have written "DateAdd('Pre Work Planned Start Date_DataCard1'.Update,10)" which gives me the result of 30th Jan which means the Start date + 10 days.
But my requirement is it should be excluded Saturday and Sunday and give me the result as 3-Feb-2022.
Can any one help me please?