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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.