Skip to main content
July 21, 2024
Question

Process Model- Appian Step-By-Step Exercise 10

  • July 21, 2024
  • 5 replies
  • 0 views

I am getting this below error, while debugging Request Maintenance process model

ERROR An error occurred while evaluating expression: =localize("de","","fr_CA","","ru","","sv","","pt","","ko","","el","","fr_CH","","it","","fr_FR","","iw","","es","","ar","","zh_HK","","en_GB","","th","","en_US",tostring("Request Maintenance for Vehicle: "pv!maintenance['recordType!{b5aaf6ce-8d6c-4517-b332-68ba3a0c3655}W003SA Maintenance.relationships.{6b611f24-010d-41e4-a738-f889ab7c2bea}vehicle.fields.{fc426423-e013-40d4-b3a3-505e88858e0d}vin']),"ja","","es_MX","","zh_CN","","pl","","tr","","nl","") (Expression evaluation error at function 'tostring' parameter 2: Invalid symbol found (open_bracket))

below is the variable expression

    5 replies

    karumurua531442
    July 21, 2024

    hi [mention:c9a626acea704ac2bebdd974051999b5:e9ed411860ed4f2ba0265705b8793d05]  May I know what are you trying to do ? 

    July 21, 2024

    I found the issue, that was due to missing & in the Process Display Name

    karumurua531442
    July 21, 2024

     [mention:c9a626acea704ac2bebdd974051999b5:e9ed411860ed4f2ba0265705b8793d05]  you can use concat function to avoid this kind of error,  concat(" Request Maintenance for Vehicle: ", recordfield)

    prasantap0900
    July 31, 2024

    Please check the tostring function. May be the bracket is not closed yet. In that situation, please format your code and then run.