Hello,
We have moved from version 24.4 to the new 25.1 and we have encountered some errors in interfaces.
The gridFields that were in version 24.4 had a RecordData as data collection in which they were configured with some Fields with relationships
a!recordData(
recordType: recordType!example,
fields:{
recordType!example.example
...
})
Now in version 25.1 the interface is broken because the action records have lost their ID
To fix it, we added the base field recordtype!exxample.id to the field so that it obtains the data since it gave an error and the action link did not appear.
recordType!example.id <-----
Is there any explanation for this?
Thank you
Discussion posts and replies are publicly visible