I am using checklist item change to make calls to an external API with success. Is there anyway to capture the due date of that checklist item as a variable? eg {checklistitemduedate}? Likely not, but it would be really useful.
Thanks
Definitely possible especially since you can code.
here’s a video where I had worked with checklist item due dates.
https://youtu.be/3R9RzO7zdAk
Thank you very much for that. Here is the code that is working for me:
when an item is checked, get url "https://johncage.org/data/siegellaw.cfc?method=checkItemChange&checklistitemname={checklistitemname}&checklistitemstate={checklistitemstate}&cardLink={cardlink}"
Is there a variable that will capture the due date of that checklist item? Say {checklistitemduedate}? I can't find that documented anywhere.
I really appreciate the help!
Larry
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Looks like you are relying on existing variable. I got the due dates programmatically.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.