Forum Discussion
Digger
5 years agoPost Patron
Expression.Error: We cannot convert the value "{"integration_key":"..." to type Binary
How to send post request to Ebax api? https://ebanx.github.io/api-reference/#tag/Payout/paths/~1ws~1payout~1search/post let Sorce = __Credentials, #"Filtered Rows1" = Table.SelectRows(Sorce...
amitchandak
5 years agoSuper User
Digger , refer if this old solution can help
- Digger5 years agoPost Patron
amitchandak nope, not helpful
- Anonymous5 years agoNot applicable
Hi Digger,
The problem should occur when Json.fromvalue() is converted to Binary and then parsed by Text.fromBinary().
Please check this step.
Also, here is a case with a similar problem, please see if it is helpful to you: We cannot convert the value "[Binary]" to type Binary
Best Regards,
Caitlyn Yan
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.