Skip to main content

How to escape strings in workflow for Query

Comments

1 comment

  • Permanently deleted user
    Hi James,

     

    At some point after your display form, you will want to use an Assign activity, and a string.replace to substitute a single quote, for a double single quote (not a double quote).

     

    For example:

     

    displayFormOut.ToString.replace("'", "''")

     

    I hope this helps!

     

    Thanks,

     

    Danny
    0

Please sign in to leave a comment.