Hi @nasreen-akter @MartinJaffer-MSFT @KranthiPakala-MSFT
I have a date of let's say 9/13 that I am passing through in a Web Call:
**"EffectiveStart": "@{item().terminationdate}",**
How can I add one day so that the date shows as 9/14?
I just tried @{formatDateTime(adddays(item().terminationdate,+1), 'yyyy-MM-dd' )}
but that didn't work....any ideas? But now I'm seeing that termination date can be null also.
Thanks
Mike