Hi there
I have a patch string
Patch('StudentReport-Test',varRecordItem, {Picture1: Text(FileLinkFromFlow)})
It returns an error "the specified column is read only and cant be modified"
The varRecord Item has collected the record I need.
The Column picture 1 is a image and the FileLinkFromFlow is an output created to set the url of the image taken.
This from Shane Youngs video: https://www.youtube.com/watch?v=ovLIwnj6QjU
Look forward to some help.