I’m trying to autobiding a text and I’m getting the message: The parent element and the page have not type of content or is not modifiable.
The structure I’m working is in the data type ‘Menu Item’ with the following fields:
Category - text
Sub Category - text
Price - Number
Item_Name - text
Dietary Restrictions - List of Texts
I’m using a repeating group of the type ‘Menu_Item’. For each cell I included an input for Category, Sub Category, Price and Item_Name. All good here. For the Dieraty Restrictions I included another Repeating group in the cell, of the type ‘Text’, and the source is the current Cell - Dietary Restrictions. And then I included an input for the current cell’s text. At this input, I get the message of the auto-biding. See below.
I dont understand what’s the difference here. I checked the privacy and this field is enabled to be modified as all others.