pnp / syntex-samples

SharePoint Premium samples
https://pnp.github.io/syntex-samples/
MIT License
34 stars 21 forks source link

Is it possible to store the values in Sharepoint column which is updated by user while generating the template in Microsoft Syntax #26

Closed spo365 closed 1 year ago

spo365 commented 1 year ago

Hi Syntex expect ,

I am trying to save values in Sharepoint libraries when user save any values in the template which I have created for generating the document. Refer the below image circle in the red. Can we store these fields in SharePoint as we need to generate more document by using these values ? image

thanks in Advance

Spucelik commented 1 year ago

When you're creating a document using manual input fields, the best way to capture those values is to have a model run against the newly created document and extract the manually entered values. If the data in the field is derived from another list/library, you can always use that source for further business processing.