clearAllData
Description
Input / Parameter
Name
Description
Input Type
Default
Options
Required
Output
Callback
Video
Example
Step
Result


Links
Last updated
Removes all the local tables in a project, excluding the datasets specified.
except
The datasets that should not be removed.
String/Text
-
-
No
N/A
N/A
Coming Soon.
The user wants to delete all the dataset in a project.
Call the function.


Before calling the function clearAllData, the L_customer and l_cart both exist as local tables.

After calling the clearAllData, both tables have been removed.
Last updated