PowerApps – Patch to APPEND/ADD data to SharePoint record without replacing data



PowerApps – Patch to APPEND/ADD data to SharePoint record without replacing data

PowerApps - Patch to APPEND/ADD data to SharePoint record without replacing data

PowerApps – Patch to APPEND/ADD data to SharePoint record without replacing dataeplacing)

Hey welcome to WeTechCareOfYou!

If you are a returning subscriber we wish to say thankyou!
If you are new to the channel, please subscribe as we release a new video every week. If you have any questions around our videos please just leave a comment and we will get back to you. If you would like to discuss a project or require set hours for development, support or maintenance then please email [email protected] or complete a form here: https://wetechcareofyou.com/contact/
Kind Regards,
The WeTechCareOfYou Team

This video will patch text to append/add to a multiline text field in SharePoint.

Code Used:
Patch(‘Patch Append’, LookUp(‘Patch Append’,ID = 1),
{Description: LookUp(‘Patch Append’,ID = 1).Description & TextInput1.Text})

Comments are closed.