cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
SanketBhagwat
Super User
Super User

Input parameters is required to be of type number/double.

Can someone please help me on one Power Automate flow issue.
I already posted it in Power AUtomate community but to no avail.
The error which I am getting is listed below;


"The 'inputs.parameters' of workflow operation 'Update_file_properties' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/Corporationsemployeridentificationnumber' is required to be of type 'Number/double'. The runtime value '"26-4526768"' to be converted doesn't have the expected format 'Number/double'."


Thanks,

Sanket

1 ACCEPTED SOLUTION
SanketBhagwat
Super User
Super User

Hi @v-shex-msft @Greg_Deckler .

Thanks to both of you for replying.
But I can't alter or change my original invoice data i.e. I can't remove the "-" between the number in my field.


I found out a way to handle such errors. What we can do is convert the field which is giving such an error to "text" data type and it will display values without the error.
Try it out, it works.


Thanks,
Sanket

View solution in original post

7 REPLIES 7
AntonRa
New Member

Hi, Could you please describe this work around. I have the same problem but have no idea how to handle it. Many thanks in advance!

Hi @AntonRa .
Just change the data type to text.

cgillespie
New Member

I am having a very simular issue with a MS Form saving data to a SharePoint list.

The error message is: Input parameter 'item/Youth_x0020_Ministry_x0020__x002' is required to be of type 'Number/double'. The runtime value '""' to be converted doesn't have the expected format 'Number/double'.

I have a branch in the form and it seems that when you branch around questions, Forms tries to insert a null ""''"" into the field thus throwing the error.  I worked around the problem by removing the branching and makine every question mandatory.  This is a silly solution as I have a very long form and would like to use branching to minimize the time it takes to fill out the form.  The SharePoint field is not required and is numeric.  The questions in the form are numeric as well.

hi @cgillespie ,

I have the same issue, how did you solve the problem?

SanketBhagwat
Super User
Super User

Hi @v-shex-msft @Greg_Deckler .

Thanks to both of you for replying.
But I can't alter or change my original invoice data i.e. I can't remove the "-" between the number in my field.


I found out a way to handle such errors. What we can do is convert the field which is giving such an error to "text" data type and it will display values without the error.
Try it out, it works.


Thanks,
Sanket

v-shex-msft
Community Support
Community Support

HI @SanketBhagwat,

As the error message said, it seems like your table records include some expected value that cannot be converted to number/double. I'd like to suggest you check them to exclude these wrong values first.

In addition, if above not help. Can you please some dummy data that keep the raw data structure? It should help us clarify your scenario and test to troubleshooting.

How to Get Your Question Answered Quickly  

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.
Greg_Deckler
Super User
Super User

@SanketBhagwat Seems like you need to remove the - from that number, 26-4526768. 


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Mastering Power BI 2nd Edition

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors