Zum Hauptinhalt gehen

How to escape strings in workflow for Query

Kommentare

1 Kommentar

  • 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

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.