# Data Table to Cookies

Transforms a data table into a list of cookies.

<table data-header-hidden><thead><tr><th width="201.41668701171875" valign="top"></th><th width="279.41656494140625" valign="top"></th></tr></thead><tbody><tr><td valign="top">Table</td><td valign="top"><p>[Data Table] A table containing cookie values.</p><p>The columns of the table should be the values: <code>[string]Name</code>, <code>[string]Value</code>, <code>[string]Domain</code>, <code>[string]Path</code>, <code>[DateTime]Expires</code>, <code>[bool]Discard</code>, <code>[bool]Secure</code>, <code>[bool]HttpOnly</code>.</p></td></tr><tr><td valign="top">Cookies</td><td valign="top"><p>[List] A list of cookies. The list contains Cookie objects.</p><p>To work with the objects, see the hint in the expression editor.</p></td></tr><tr><td valign="top">Error Handling Level</td><td valign="top"><p>Select the error handling level. Possible values:</p><ul><li>"Default" - by default;</li><li>"Ignore" - errors are ignored;</li><li>"Handle" - errors are handled.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Message Level</td><td valign="top"><p>Select the message level that blocks will output during operation.</p><p>Possible values:</p><ul><li>"Default" - by default;</li><li>"Release" - output is disabled;</li><li>"Debug" - outputs main information;</li><li>"Detailed" - outputs detailed information.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Error Text</td><td valign="top">[Text] Returns detailed information about the error in case of incorrect execution of the block's work.</td></tr></tbody></table>
