How do I update a value in a SharePoint list after SAVING a form, but not yet SUBMITTING it?

评论

2 条评论

  • 正式评论
    Avatar
    Varun Agasthya

    Hello,

    Hope you are doing well.

    As an Out-Of-The-Box feature, AgilePoint eForms provides the users an option to Save the form, edit it multiple times before submitting. Once the user submits the form, it will update the corresponding values to SharePoint list. However, since your requirement is to push and show the data in SharePoint on Save action itself, there are 2 approaches that can be considered.

     

    Approach 1: Create a Process Based Application with SharePoint list as the DataSource. In your form, you would have a hidden variable which stores the action(Save or Submit). The Process model would contain Start Task -> Submit Step -> Condition Activity to check the Action Type. If Action = Save -> go back to Submit step, else if Action = Submit proceed to next steps based on the application design as per business requirement.

     

    Approach 2: Create a Process Based Application with a blank DataSource. In your form, you would have a hidden variable which stores the action(Save or Submit). The Process model would contain Start Task -> Submit Step -> Update SharePoint Metadata Activity -> Condition Activity to check the Action Type. If the Action = Save -> go back to Submit step, else if Action = Submit proceed to next steps based on the application design as per business requirement.

    We recommend the first approach among the two.

    Hope this helps

    评论操作 固定链接
  • Avatar
    vd

    Hi Varun, I can see where I can add a hidden variable, but how do I capture the action of Save or Submit?  Can you send me a screenshot of how I can validate this?  Thank you!

    0
    评论操作 固定链接

请先登录再写评论。