I am generating a file for export with the file name utcnow in the logic app expression which returns a value like this
utcNow()- "2020-06-01T15:41:15.5103915Z" I want to convert it like "20200601154151" that means I need to remove some characters like" -","T" and millisecondsfollwed by Z, I tried few combination of string format and I am not getting it right hoping you guys to help me. Thanks,