Skip to main content
November 29, 2022
Question

I HAVE NOT CREATED ANY RECORD FOR SAVING THE STATUS VALUES

  • November 29, 2022
  • 7 replies
  • 0 views

I have not created any record for storing status values i.e. assigned, accepted and completed. How can I do it?

    7 replies

    harshitb6843
    November 29, 2022

    Can you please explain in a bit more detail?

    November 29, 2022

    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.

    richardm900458
    November 29, 2022

    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.

    November 29, 2022

    Thank you! I will not use capslock.

    The information is: 

    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.

    richardm900458
    November 29, 2022

    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 :)?

    stefanhelzle0001
    November 29, 2022

    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.

    richardm900458
    November 29, 2022

    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)