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 !