Assistance Needed with Date Difference Function
Hello,
I'm seeking help with an inline function to calculate the number of days between two date fields.
I've been trying the following formula but haven't had any success:
@DateDiffDays(${CurrentDate}, ${TaskDueDate})
Any insights you could provide would be greatly appreciated.
Thank you!
-
I would guess that the TaskDueDate is your issue. The Inline Function is a task itself and likely does not have a TaskDueDate value associated with it. Which Task's due date are you wanting to use in the calculation? You would need to capture that task due date in a variable (maybe just add a hidden date control on the form and set the default value to Variable and then drag over TaskDueDate) that you can then use inside your Inline Function task.
Please sign in to leave a comment.
Comments
1 comment