Closed mawasile closed 1 month ago
This pull request includes a fix for the powerplatform_data_record invalid character error and an update to the convertResourceModelToMap function to handle null values properly.
powerplatform_data_record
convertResourceModelToMap
Bug Fix:
.changes/unreleased/fixed-20241003-125837.yaml
Code Update:
internal/services/data_record/resource_data_record.go
<null>
""
columnsAsString
This pull request includes a fix for the
powerplatform_data_record
invalid character error and an update to theconvertResourceModelToMap
function to handle null values properly.Bug Fix:
.changes/unreleased/fixed-20241003-125837.yaml
: Added a new entry to document the fix for thepowerplatform_data_record
invalid character '<' error when running apply.Code Update:
internal/services/data_record/resource_data_record.go
: Updated theconvertResourceModelToMap
function to replace<null>
with""
in thecolumnsAsString
variable to handle null values correctly.