I need to create record using Power Apps and there is one field which accepts currency like $1000 or as like that any amount.
If I am not adding that value in Patch function and skipping that code then records gets created successfully.
But after adding code of adding amount like $1000 in currency field, it is not working and getting error.
I am adding amount using code: Value(DataCardValue.Text) in patch function.
Thanks in advance !
Hi @rajmilansinh ,
What’s the returned error message on your side?
Could you share the full function you are using?
According to your description, I have made a test to patch an amount to Budget Amount field, the statement is configured likes below:
Patch(Opportunities,First(Filter(Opportunities,Topic="ABC123")),{budgetamount:Value(DataCardValue16.Text)})
Please take it for a reference and try it on your side.
Best regards,
Mabel
I have tried this and it is working with my another screen, but it is not working for my specific that screen.
That screen is only having 5 fields and whenever I try to update amount field I get error else it works fine.
Dont know what is the problem there.
Still finding
User | Count |
---|---|
205 | |
94 | |
88 | |
47 | |
43 |
User | Count |
---|---|
249 | |
104 | |
103 | |
61 | |
57 |