I have uploaded data to Tableau Server through POST method; however I have a new issue with 405(PUT is not allowed).
01 Execution
I uploaded data in the same environment with different method :
- upload directly from Tableau Desktop : dashboard(with data)
- upload directly from Alteryx using Publish To TableauServer : only data
02 Result
Dashboard(with data) uploaded successfully with Tableau Desktop
But data uploaded with Alteryx using Publish To TableauServer was not uploaded with the message shown below

03 Question
I have uploaded data to Tableau Server through POST method,
but what I understand from the message is changing HTTP Action from POST to PUT.
In order to solve the problem, do I need to fix the Macro(Publish To TableauServer)?

Or is there a way or other version of the same Macro that could resolve the Problem?
Thank you for reading the post