I have not created any record for storing status values i.e. assigned, accepted and completed. How can I do it?
Discussion posts and replies are publicly visible
Can you please explain in a bit more detail?
Hi shrutj,welcome.a) this is very limited information b) how much experience to you have with appian? did you do the first online courses? what information are you missing to archive it?hint: capslock in the title is not necessary. Capslock assembles a kind of screaming.
I have a user form and when the user fill and submit the form, the form goes to supervisor for approval or reject.
So, i have to store the value of the task is assigned to supervisor, the supervisor has accepted and completed the process.
So, by that values we can prepare a pie chart to display.
Thank you! I will not use capslock.
The information is:
extend the record/cdt you are using with a text field "status", create an action to store the new status there and store the value in the db. pretty straight forward :) so what are you missing as information :)?
When reading that conversation, I recommend to separate "Task" from "Process". The status of a task is managed by Appian. The step or phase a process is in, is managed by you. I typically persists some of that process related data to the DB.
yeah i was thinking about that, but i am not 100% sure if he is talking about the assignment of a task or a status of a DB Value. (of a case or whatever)