Please help...ADF...I need to subract one day to this value

Mike Kiser 1,536 Reputation points
2021-08-26T16:51:57.613+00:00

Hi @Nasreen Akter @KranthiPakala-MSFT @MartinJaffer-MSFT @MarkKromer-MSFT

I have the following in a web activity in ADF

   "DisplayName": "",  
    "FirstName":  "@{item().FirstName}",  
    "LastName": "@{item().LastName}",  
    "MiddleName": "@{item().MiddleInitial}",  
    "LastModifiedTimestamp": "**@{item().timestamp}**",  

AND I need to subtract one day in the @{item().timestamp} (STRING). How can I do this? I have tried many things...

Thanks!
Mike

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,196 questions
0 comments No comments
{count} votes

Accepted answer
  1. Nandan Hegde 31,511 Reputation points MVP
    2021-08-26T17:12:55.29+00:00

0 additional answers

Sort by: Most helpful