You can calculate the difference between the time an item is created and modified via the following formulas: =TEXT([Modified]-[Created],”h”) Displays the hours between the two times; =TEXT([Modified]-[Created],”h:mm”) Displays the hours and minutes between the two times; =TEXT([Modified]-[Created],”h:mm:ss”) Displays the hours, minutes …

Calculated Column: Calculate the difference between two times Read more »

If you want to add all items from a repeating section in InfoPath to a SharePoint field via Nintex workflow you can. Create three variables: Two text: “SoftwareToRetract” and “SoftwareRetracted “and one collection: “software collection” Use an XML Query and select …

Add each item from InfoPath repeating section to SharePoint field with Nintex Workflow Read more »