Required properties are missing from object: location
Questo errore può comparire in Power Automate richiamando un child flow
Inizialmente, visto che non so perchè è comparso e a cosa serva, ho impostato solo Date, l'unico obbligatorio, a utcNow().
Appena eseguito è comparso l'errore precedente, quindi il campo Date andava bene ma si aspettava un altro campo di nome location valorizzato.
Dopo vari tentativi ho risolto valorizzando le proprietà Latitude e Longitude con il valore 1, ma penso che qualunque valore vada bene.
{
"error": {
"code": "TriggerInputSchemaMismatch",
"message": "The input body for trigger 'manual' of type 'Request' did not match its schema definition. Error details: 'Required properties are missing from object: location.'."
}
}
Il flow da eseguire di nome Update (manual), aveva un solo parametro definito, chiamato ParamId:Come si può vedere dall'immagine, una volta selezionato il flow compaiono molti più campi di quelli definiti, di cui uno, Date, obbligatorio."error": {
"code": "TriggerInputSchemaMismatch",
"message": "The input body for trigger 'manual' of type 'Request' did not match its schema definition. Error details: 'Required properties are missing from object: location.'."
}
}
Inizialmente, visto che non so perchè è comparso e a cosa serva, ho impostato solo Date, l'unico obbligatorio, a utcNow().
Appena eseguito è comparso l'errore precedente, quindi il campo Date andava bene ma si aspettava un altro campo di nome location valorizzato.
Dopo vari tentativi ho risolto valorizzando le proprietà Latitude e Longitude con il valore 1, ma penso che qualunque valore vada bene.