Setting an item of the Date type in one table by a value of the same type in the other table

Ahoj, prosím o radu jak dál postupovat:
Potřebuji nastavit položku typu Datum v tabulce A hodnotou tabulky stejného typu (Datum) v tabulce typu B.
Používám workflow:

Ale WF končí chybou:
2025-03-21 19:55:16Z (UTC): The Workflow finished with the result:
Response {
size: 0,
timeout: 0,
errorData: { errors: [ [Object] ] },
errorsPatch: [
{
type: ‘warning’,
id: ‘badValueTypeValidationException’,
message: “Bad value type - the expected value type of field ‘posledniNavsteva’ (date) is date (received value '{\n” +
’ “value”: “2025-03-21T00:00:00”,\n’ +
’ “fieldName”: “datumNavstevy”,\n’ +
’ “fieldDataType”: “Date”\n’ +
“}’ does not match the required format: yyyy-MM-dd or yyyy-MM-ddZ or yyyy-MM-ddT00:00:00Z or yyyy-MM-ddT00:00:00.000Z (ISO 8601, number of milliseconds (f) 0-7) with zero UTC time).”,
recordIndex: 0
}
],
[Symbol(Body internals)]: {
body: PassThrough {
_events: [Object],
_readableState: [ReadableState],
_writableState: [WritableState],
allowHalfOpen: true,
_maxListeners: undefined,
_eventsCount: 4,
[Symbol(shapeMode)]: true,
[Symbol(kCapture)]: false,
[Symbol(kCallback)]: null
},
disturbed: true,
error: null
},
[Symbol(Response internals)]: {
url: ‘https://app.tabidoo.cloud/api/v2/apps/eb90f06d-7204-4122-ac5b-16f7ff0dd3b6/tables/ciselnikpos/data/72a44d30-f0fc-4467-99d0-c804409c28db’,
status: 400,
statusText: ‘Bad Request’,
headers: Headers { [Symbol(map)]: [Object: null prototype] },
counter: 0
}
}
UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch().
Check for the await keyword in all calls to asynchronous functions or promises and whether errors (or resolve/reject) are handled correctly in asynchronous functions or promises.
Error Code: ERR_UNHANDLED_REJECTION
Node.js v20.18.2

Error: Command failed: node script->
Exit Code: 1
{“code”:1,“killed”:false,“signal”:null,“cmd”:"node script-> "}

ErrorID: mpwtd4qyb9mahr

I take it back - it was enough to write it here and I found the error myself - it was missing “.value” :smile: