My variable
Apperyio.storage._final_text_msg.delete();
Is there a delete or do you simply clean out the contents of the variable
My variable
Apperyio.storage._final_text_msg.delete();
Is there a delete or do you simply clean out the contents of the variable
Hi,
Alfred Butler,
can u describe more what you exact do i here.
you want LSV clear/remove or your content of the variable value remove.
Regards
Hello Alfred,
Try Apperyio.storage._final_text_msg.set("");
If your variable isn't string, then try set([]) - for array
set({}) - for object
Also if your variable is used in services mappings, then value will be overridden during mapping.
i'll give it a try
thanks