Hi All
Can anyone please help me figure this out. I need to set expiration date in PowerApps based on training selected on Dropdown and date completed.
for example if user completes Training A on 5/4/2021 then expiration date should be a year later and if Training B was completed on 5/5/2021 then expiration date should be a 2 years later
This is the formula that I am using in SharePoint list.
=IF(Training="Training A",[Date Completed]+365,IF(Training="Training B",[Date Completed]+730,IF(Training="Training B","12/31/2999")))