Hi, I'm building a flow which receives a json, in the json there is a property I need to show in a report but the property content is kinda unreadable
Example:
Hello Team,\n\n \n\nPlease assign the ticket to the IT support team.\n\n \n\nThanks,\n\*****\n\n \n\nFrom: *****V S\nSent: Wednesday, March 8, 2023 11:41 AM\nTo: *****V <*****@*****.com>; *****S E <*****@v*****.com>\nCc: ***** *****<*****@*****.com>; ***** *****\n<*****@*****.com>\nSubject: RE: IN10 - VAN - Unable to make payment via h2h\n\n \n\nHi Sid,\n\n \n\nI have requested the concerned team to discuss this with SAP and provide an\nupdate. Kindly note the timeline for these kind of requests are relatively high
I would like to know if there is a way to delete the string content between "From:" to "Subject:"
And have this as a result
Hello Team,\n\n \n\nPlease assign the ticket to the IT support team.\n\n \n\nThanks,\n\*****\n\n \n\nRE: IN10 - VAN - Unable to make payment via h2h\n\n \n\nHi Sid,\n\n \n\nI have requested the concerned team to discuss this with SAP and provide an\nupdate. Kindly note the timeline for these kind of requests are relatively high
