Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

Error in LiveCycle Designer 7.0

Avatar

Former Community Member

Hello Everyone,

I am working on the form that insert data into the MySQL database and every time I run it I got this error message:

  Adobe Acrobat Error: Invalid property set operation; dataGroup doesn't have property 'id'

Does any one know how to fix this error, please help.

Thanks in advance,

Han Dao

1 Reply

Avatar

Former Community Member

Hi Everyone,

I think I fixed the problem. I change my SQL query from select * from tableA to select column1, column2, column 3 from table A which excluded the ID column that has auto-increment in the DataConnection and the error is gone and it works fine now. Just want to share with you all.

Han Dao