Maybe the data from Excel is pulled as a string, so you would not be able to populate a numeric SP column with it. You can confirm the data type of the data pulled from Excel by accessing the raw outputs of the List rows present in a table action: if it is enclosed by double quotes in the JSON, it's a string.
To solve this problem, you can use the int() expression in your Create item action. Simply pass the dynamic content of the property that you want to use between the parenthesis in the int() expression, and you will transform the string into an integer.
Let me know if it works for you or if you need any additional help!
If this is the answer to your question, please mark the post as Accepted Answer.
If this answer helps you in any way, please give it a like.
Check more Power Platform content on my website.
Lets connect on LinkedIn.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.