• Resolved jkacher

    (@jkacher)


    You get an error when passing parameters that contain double quotes.
    See the link above, the first record reports an error.
    I send the parameter below as: const args = {param1: “{:title_english}”
    in the computed field code.
    Somehow such codes need to be encoded and decoded inside your program, as users we cannot check for the double quotes inside the text lines.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Kim L

    (@kimmyx)

    Hi @jkacher,

    For parameters that possibly contain single/double quotes, it’s safe to use back ticks instead.

    For example:

    const args = {param1: <code>{:title_english}</code>

    Let us know if that works. 🙏

    Plugin Contributor Kim L

    (@kimmyx)

    Hi @jkacher,

    It seems like the forum editor encoded the sample code I sent literally.

    Please see the correct example here: https://share.zight.com/o0udE8en

    Let us know if that works. 🙏

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.