You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is concern that Tableau requests may rarely submit data objects that are out of order:
"data": {
"_arg2": [],
"_arg1": [],
...
Currently, arguments are parsed based on order rather than name. In order to prevent issues with unordered objects, data should be parsed by key values rather than order.
The text was updated successfully, but these errors were encountered:
There is concern that Tableau requests may rarely submit
data
objects that are out of order:Currently, arguments are parsed based on order rather than name. In order to prevent issues with unordered objects,
data
should be parsed by key values rather than order.The text was updated successfully, but these errors were encountered: