What I'm trying to accomplish is to send an E-mail with a Workflow by adding the HTML code for a submission form on a SharePoint page to the "edit HTML Source" in the actual Workflow E-mail. The goal is once the Initiator submits the form, the Workflow fires and E-mails them a copy of the record they just submitted, in the same style as the custom form I have created.
The issue i'm running into is with the checkboxes. Once the Initiator fills out the form and checks whatever checkboxes and submits the form, I cannot get the E-mail to pull the true/false values and actually check/uncheck the checkboxes. I have the checkboxes showing on the form, they just all remain unchecked. I can get the textbox values to pull by inserting the reference/item property for each one, however when I do the same for the checkboxes it displays "true" or "false" based on what the Initiator submitted initially.
Does anyone know any HTML code that will work in a SharePoint Workflow E-mail to loop through the checkbox values in the list and assign the checked="checked" to the checkbox when necessary.
Thank you!
Aucun commentaire:
Enregistrer un commentaire