Which two node configurations should you recommend to ensure that both reviews are completed before the process proceeds? (Choose two.)
You initially passed the CDTs by reference in subprocess. However, a recent update to the employee CDT structure caused some in-progress subprocesses to fail because they expect the new CDT version.
How should you handle this situation going forward?
You have decided that the best way to store definition inside the record type is as a JSON string, using a!toJson() in the record source expression. The record type syncs successfully.
You use a!fromJson() when you need to convert the JSON string back to an array, but this method does not work consistently. Sometimes, a!fromJson() returns the following expression evaluation error:
“The jsonText parameter was not valid JSON.”
You have verified that the integration itself consistently returns valid JSON.
What is the source of this error?
How should you manage this situation to ensure the team can proceed effectively?
Which two safeguards does Appian enforce to prevent the storage of sensitive data? (Choose two.)