How to calculate Days between two Date Powerautomate
October 07, 2022
0
How to calculate Days between two Date Powerautomate div(sub(ticks('2019-05-13'),ticks('2019-05-04')),864000000000)
Continue ReadingHow to calculate Days between two Date Powerautomate div(sub(ticks('2019-05-13'),ticks('2019-05-04')),864000000000)
How to use Split() method javascript Split(); The split() method splits a string into an array of substrings. The split() method returns the new array. The split() method does not change the original string. If (" ") is used as separator, the strin…
Set Account Based on Contact function SetAccountName(executionContext) { debugger; var formContext = executionContext.getFormContext(); var contactID = formContext.data.entity.getId(); if (contactID != null) { Xrm.WebApi.retrieveMultip…