I've been going at this for a good day or two and it's driving me crazy.
Pretty much what I'm trying to do is upload an Excel file to Azure SQL. I did this with Power Automate but an Excel file containing 2000 rows takes 25minutes to push to Azure SQL and that's a little too much imo.
So now I'm trying to go from Power Automate to BLOB Storage to Azure SQL (Last step using Azure DTF).
Now the thing is my Excel file has blank values and I keep getting errors when trying to parse this to a number.
Ok, forum says I do not have permission to upload images so I'll elaborate in text:
My "List rows present in a table" returns a JSON and the blank values are returned as "", though this field should be a number.
Can anyone help me?
Thanks
Hi @imLennert,
Are you using a Parse Json action? If so, you could change the schema to allow null values for your number field.
"yourfield": {
"type": [
"number",
"null"
]
}
April Dunnam has created a great article about this solution approach: https://www.sharepointsiren.com/2018/10/flow-parse-json-null-error-fix/
Check out new user group experience and if you are a leader please create your group
See the latest Power Automate innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
47 | |
44 | |
43 | |
42 | |
36 |
User | Count |
---|---|
83 | |
78 | |
69 | |
51 | |
47 |