I have a process in CLM where a user can choose a previous record (has a lot of project info fields that need to be presented to the user upon selection and ran through workflow) to append a document to. We’ve designed it to use a doc gen form that has a CSV choice dropdown for users to select from. The problem is that the CSV has timeout limitations over 5mb, seems to work slightly higher size (eg. it times out when the file too big). We’ve removed unnecessary columns to help with file size. Inevitability we’ll have too many records and the “time out” will come back.
Does anyone have any suggestions for a creative solution to solve for this limitation so it’s never a problem? Thanks.