Is there any possibility where we can send email as well as save data in SP?
So far so we have integrated SP and works fine. However, requirement is also to send an email of submit action.
Appreciate your help.
Views
Replies
Total Likes
Is your form based on the share point backed form data model?
the data.json is the data from the submitted form
you can extract the individual elements from the data.json and insert the same into your SP list
@workflowuser Yes, it is SharePoint form data model.
Do I need to prepare that data.json with actual values? I want the user inputted data to be saved in SP list.
Also, where this data.json has to be placed?
Views
Replies
Total Likes
Let’s do web session
send me a private email
Views
Replies
Total Likes
@workflowuser - Thank you so much for your help, now it's working with the FDM workflow.
Views
Replies
Total Likes