We are encrypting information and letting GF store it. However the 200 varchar limit breaks GPG output since its always going to be larger then that. Two questions:
1) Why the tight limit? Was it a setup option I missed?
2) Our fix was modifying the table: alter table wp_rg_lead_detail modify value varchar(2048);
Any concerns with this?
Thx for the API, made my life way better today!
John-