I have Alteryx Server.
I need to build a simple App.
Where can I find general instructions on building an app?
I have a spreadsheet with columns. I want the user of the app to fill out the interface tool for each column and then save this new row of data to the existing spreadsheet.
Does anyone have an example of this simple type of App?
Solved! Go to Solution.
Hi @brendafos,
We have some great resources on app building. Have you checked out the articles below?
http://community.alteryx.com/t5/Alteryx-Knowledge-Base/Tool-Mastery-Apps-and-Macros/ta-p/35375
http://community.alteryx.com/t5/Alteryx-Knowledge-Base/Convert-a-Workflow-into-an-App/ta-p/33274
And lastly, a good introductory video
https://www.youtube.com/watch?v=2aI3odJeo6c
Here's a more specific question on building an App.
There is a spreadsheet and I want to have the App user a row.
What connects the 'Drop Down' interface tool to the new row column it should write to in the spreadsheet?
Or stated another way, what tells the App that you want to add a row, and this Drop Down values goes in which column?
Hi @brendafos,
Are you wanting the user to add a row or add a column? The best way to configure these is to put a placeholder column or row in your workflow and update the contents and/or name with the action tool. You will sometimes need to utilize a few action tools if you need to, for example, update a field name and contents based on user input.
You will utilize the action tool to connect your dropdown to the appropriate tool in alteryx. Examples of the action tool are below.
http://community.alteryx.com/t5/Alteryx-Knowledge-Base/Tool-Mastery-Action/ta-p/35500
Thanks,