Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
I would like to clean all the process data used at the end of the process( i.e at the last component of the workflow)
String values are cleared using variableName = "" expression.
How to clear the XFAForm variables & XML variables??
PS: I'm using set value component as the last activity in the workflow
Thanks,
Nith
Solved! Go to Solution.
for xfaForm, try setting the data items of the data type to empty string
/process_data/xfaFormVar/data=""
/process_data/xfaFormVar/templateURL=""
see http://livedocs.adobe.com/livecycle/8.2/wb_help/000523.html
For the xml var, think you can simply assign it an empty string.
scott
View solution in original post
Views
Likes
Replies