---
sourceDocument: Australia API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/api-reference

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# Transform data

# Transform data {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

The NowData framework provides the ability to easily transform data
into records.
Using the [NowRecord](https://servicenow-prod.fluidtopics.net/_Oz85Sxcb_ccGR4UCuKX~A#NowRecordiOSAPI "The NowRecord class defines a model that represents a record in a table on a ServiceNow instance.") convenience structure, which contains the properties
`sysId` and `fields`, you can easily transform data into a
record. Whenever you obtain a `Data` wrapping `Result` or
`Publisher`, you can easily transform it into a `NowRecord`
wrapping `Result` or `Publisher` using the
convertToRecord() and convertToRecords() methods.
For additional information, see [NowTableService class - iOS](https://servicenow-prod.fluidtopics.net/VDnu5QlpDFAZrJX6zs_VRA#NowTableServiceiOSAPI "The NowTableService class provides functions that enable you to perform create, read, update, and delete operations on records of existing ServiceNow tables.").  
Hinweis:  
While NowRecord makes it very easy to quickly obtain data, depending on your use case, the Codable methods might be preferable as a strongly typed Codable structure provides more flexibility than a collection of "any" fields.

