I know there is no option to render to Google Sheets, so what is the accepted approach to get an Alteryx-formatted output into Google Sheets?
I'm thinking maybe 3rd party tool? Or do I have to go via Excel?
Thanks
Hi @Carluccio555 There is Google Sheet Output Tool, did you try it?
https://help.alteryx.com/20221/designer/google-sheets-output-tool
.
Im trying to output something that is formatted by Alteryx, so I am asking for a render option or something that outputs the formatted report to a gsheet (or a workaround that ends up with the same result.
I multi-join a bunch of tables and then use Layout to line them up horizontally:
The red circled browse output looks like this:
When I put a Google output after the layout (grey circled in workflow above) I get an error and empty sheet (but the tab is created)
@Carluccio555 When you put data to the Table tool ( or any other Reporting tools) Alteryx creates an object that can not be read by Google sheet. Just click on the output of the Layout tool to see what I mean. If you want to transfer data in Google Sheets, you need to remove Table tools from your workflow. You need to transform data in the way how you want to see it grouped as tables and connect to Google Sheets.
I do not want to just ouput data.
I want to render an Alteryx-formatted table to Google Sheets
As mentioned in my first post maybe this isn't possible
Therefore my question is: what is the workaround people use? eg do they render to Excel and then upload to gsheets? Do they use another tool?
I reiterate, the goal is not to export output data, it is to render a formatted output to Google Sheets in as simple way as possible, even if that means a workaround
@Carluccio555 I really like this use case. Can you suggest an idea here so we can get the teams looking into this capability more directly instead of having to use a workaround? https://community.alteryx.com/t5/Alteryx-Designer-Ideas/idb-p/product-ideas
In the short term what is the solution? Im assuming to render to excel and then convert to google sheets?
Thank you