Check-In

I'm trying to create a check-in process to allow users to press a button to check-in. I'm new to Appian and i'm not sure how to go about this. So far what I have is a Meeting record displaying all the details about the meeting, including a user group picker field for attendees. Now what I am trying to do is configure a button that a logged in user can press so that that user can be added to the Attendees field in my meeting record

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Hi isiomam,

    Create an interface with submit button, Whenever the user has clicked on the button in the rest of the process model use the write to data store entity smart service to enter the user in DB. Now loop back to the same interface which you want to show the meeting record so that the updated values will be seen in that record. Make sure to use activity chaining.
Reply
  • 0
    Certified Lead Developer
    Hi isiomam,

    Create an interface with submit button, Whenever the user has clicked on the button in the rest of the process model use the write to data store entity smart service to enter the user in DB. Now loop back to the same interface which you want to show the meeting record so that the updated values will be seen in that record. Make sure to use activity chaining.
Children
No Data