October 2022

How to calculate Days between two Date Powerautomate

How to calculate Days between two Date Powerautomate  div(sub(ticks('2019-05-13'),ticks('2019-05-04')),864000000000)

Talha Manzoor 7 Oct, 2022 1

Javascript Split() Method

How to use Split() method javascript Split(); The split() method splits a string into an array of substrings. The split() method returns th...

Talha Manzoor 7 Oct, 2022

HOW TO SET A LOOKUP FIELD TO ANOTHER LOOKUP FIELD ON A DYNAMICS 365 POWER APPS FORM USING JAVASCRIPT

Set Account Based on Contact   function SetAccountName(executionContext) {  debugger;     var formContext = executionContext.getFormContext(...

Talha Manzoor 4 Oct, 2022