


In AEM 6.4 Workflow we had a Process Step "Set Value of Element in Json" based on
"Setting value of JSON Data Element in AEM Forms Workflow"
https://experienceleague.adobe.com/docs/experience-manager-learn/forms/adaptive-forms/setvalue-json-...
In 6.5 I found the Process Step "Set Value into Formdata" out of the box but no description nor documentation.
Does anyone have further Details for a proper best practice way to update the formdata in a workflow step (formdata in crx jcr:data either as XML or JSON)?
Links, Documentation, Samples for Process Step "Set Value into Formdata"?
Thanks in Advance for any Input
Views
Replies
Sign in to like this content
Total Likes
if you want to set a value in the submitted data you can use the OOTB Set Variable Component which will allow you the set a value of an element inside an XML or JSON data.
use one of the two following custom bundles
I do not see any out-of-the-box component to set a value into FormData.
if you want to set a value in the submitted data you can use the OOTB Set Variable Component which will allow you the set a value of an element inside an XML or JSON data.
use one of the two following custom bundles
I do not see any out-of-the-box component to set a value into FormData.