Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi
I am writing a custom workflow to create a pdf from a form submission and I want to use the form name as a filename however I am unsure how to get this in my code any ideas. I can get field names and values but not the form name.
thanks
Bal
Try using the RecordEventArgs e that is passed in to the Execute method on your workflow, so:
e.Form.Name
Hi Karen
thanks, that's worked a treat
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Getting Form Name in a custom workflow
Hi
I am writing a custom workflow to create a pdf from a form submission and I want to use the form name as a filename however I am unsure how to get this in my code any ideas. I can get field names and values but not the form name.
thanks
Bal
Try using the RecordEventArgs e that is passed in to the Execute method on your workflow, so:
Hi Karen
thanks, that's worked a treat
Bal
is working on a reply...