Appian Associate Developer (ACD100) — Question 58

What is a correct representation of a dynamic process display name?

Answer options

Correct answer: A

Explanation

Option A is correct because it uses the correct concatenation operator '&' to combine a static string with the dynamic variable pv!recordName. The other options incorrectly use the '+' operator or have formatting issues, which do not align with the expected syntax for dynamic display names.