Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Balram Narad 37 posts 89 karma points
    Jul 31, 2019 @ 16:32
    Balram Narad
    0

    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

  • karen 186 posts 461 karma points
    Aug 06, 2019 @ 15:13
    karen
    100

    Try using the RecordEventArgs e that is passed in to the Execute method on your workflow, so:

    e.Form.Name
    
  • Balram Narad 37 posts 89 karma points
    Aug 06, 2019 @ 15:58
    Balram Narad
    0

    Hi Karen

    thanks, that's worked a treat

    Bal

  • 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.

Please Sign in or register to post replies