Is there a way to transfer entries in a TEXT FIELD to a TEXT AREA FIELD? If so, how can this be done?
Thank you so much,
Donna
Is there a way to transfer entries in a TEXT FIELD to a TEXT AREA FIELD? If so, how can this be done?
Thank you so much,
Donna
Hi Donna,
May I ask what did you mean by transfer entries? Does that mean transfer the data from one field to another or change the entities of a Text Field to be a Text Area Field.
From what I saw in API docs both process can be added or update via REST API.
Link as follow: Kintone REST API - Kintone Developer Program
For Add the records to app: Add Records - Kintone Developer Program
For Update Form Fields: Update Form Fields - Kintone Developer Program
You can check and try the code in each example.
Hope this can help, Teerayook
Thank you so much for your prompt response. I was able to do this by exporting my records into an Excel spreadsheet and then importing them back into Kintone and changing the map of the TEXT FIELD into the TEXT AREA FIELD.
Again, thank you!
Additional notes for future readers:
Resources