I created a collection and I'm inserting this data into a variable and creating json. However, I am receiving the following error:
The JSON function cannot serialize tables / objects with a nested property called ‘operac’ of type ‘control’ Power Apps:

I realized that this error is due to the collection receiving data from a drop-down list

If I comment out the lines in the drop-down list, the error does not appear. What alternative do I have to receive this data, be able to put it in the collection and generate the json at the end?