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 use message tool to check data and show error messages.
https://community.alteryx.com/t5/Alteryx-Designer-Knowledge-Base/Tool-Mastery-Message/ta-p/36308
https://help.alteryx.com/current/designer/message-tool
Hope this helps 🙂
Hi @Borisham
Here is an example
Case 1 : No blanks
Case 2: blank exist
Some columns are blank is the custom message set.
Hope this helps 🙂