Hi,
I have a form library in SharePoint that stores forms with a field in blank. Through the workflow that I've created for this
library I was able to set that, when the approver approves the file, it should fill that field in blank with information
got from the approver's account. It worked fine for some users, but sometimes the amount of information that the user have is big enough to surpass the 255 characters restriction that the String field have. So, I've tried to change the type of the field to rich text, but that type is not able to get edited by the sharepoint workflow, then I've tried to create a way to use a repeating table for filling each row with the information got from the approver's account but I was unsuccessful.
Does anyone know a solution for this?
I will appreciate any kind of help.
Thanks!