Hi, Guys
The value inputted in the custom data card (*Auditor 1 - Matrícula) is not being saved in the Share Point list (Registro PT - Sudeste), every other data is inputted as shown in the image below:
I suspect that it is a problem with the format of the data, but I can't figure out.
I've already tried to change the Auditor 1 - Matrícula - Share Point List Collum type to Text instead of Choices
* Auditor 1 - Matrícula - Share Point List Collum
Type: Choices
* Auditor 1 - Matrícula - Power Apps
Itens: Distinct(Filter('Referência PT - Sudeste',Title= DataCardValue26.Selected.Value),OData__x006d_bm6)
DataField: "Auditor1_x002d_Matr_x00ed_cula"
Default: ThisItem.'Auditor 1 - Matrícula'
Update: DataCardValue9.Selected
Share Points Lists:
1 - PowerApps Form:
2 - Referência PT - Sudeste (Place where the data for the dropdown list is storage)
3- Registro PT - Sudeste (Place where the Power Apps Form saves the input data)
Thank you in Advance.
Assuming DataCardValue9 is the dropdown control whose items property is set to Distinct(Filter('Referência PT - Sudeste',Title= DataCardValue26.Selected.Value),OData__x006d_bm6)
Then for the Update property of the data card use
DataCardValue9.Selected.Result
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
@RezaDorrani
Thank for your reply.
Your assumption is correct, but the error persists: Print Attached.
- Expected Record Value
- An entry is required ir has an invalid value. Please correct and try again.