Hello,
I would like to give the option to the user to write data into table.
This option could happen couples of time during the day, and should be as much as simple as possible, they are not data user, or non tech user.
This is the table I would like them to use:
Color_id and background_id should be the compsite keys for this table.
Color_id | background_id | True/false | Timestamp (time and date) |
What is the best option could I create this ?
Thanks for help
Solved! Go to Solution.
Hi @Borisham
You can convert your workflow to an app and give use interface tool text box to give user the option to enter values.
Here is a interactive lesson link.
https://community.alteryx.com/t5/Interactive-Lessons/Entering-Free-Form-Text/ta-p/243112
Hope this helps 🙂
Hi @Borisham
You will be able to create something like below.
App:
Output:
Which can be set you write, process etc.
Workflow:
Hope this helps 🙂
If this helps please mark the post as solution. And give a like if you dont mind 😀👍
Thanks, that's great!
If users need to insert severl recored in one act, how could we do it ?
Thanks
Hi @Borisham,
One question do the users have Alteryx designer or you have Alteryx server in your organisation?
As this will be required for solutions provided by @atcodedog05 to work.
@Emil_Kos @atcodedog05 The users have not the desiner, they only have access for the gallery / server
Sorry for forgetting to mention that
Hi @Borisham
It might be possible to enter multiple times by using chained app. Let me see how it can be implemented.
I would like to give to the users the option to upload many recoreds in one task.
The data they need to fill in : Color_id, background_id, True_false,
The timestamp will have the system time on the time the upload the data in
The have only access for the gallery, it should be as simple as possible, they are non tech users
I appriciate your help
Thanks
Hi @Borisham
Here is how you can do it.
In interface designer In chain app configuration. Chain the same app.
What this will do is it will run the same app till exit is selected.
After some iteration output file will be like
Take a look.
Hope this helps 🙂
If this post helps you please mark it as solution. And give a like if you dont mind 😀👍
Hi @Borisham
Here is an interactive lesson on chained apps. You chain an app(i,e open another app) based on success.
https://community.alteryx.com/t5/Interactive-Lessons/Chaining-Analytic-Apps/ta-p/243120
Hope this helps 🙂