Dear community,
I am trying to build a simple flow that takes an item that is created on a SharePoint list and feeds that info into a Dataverse table.
So when an item is created go and add a new row. In my SharePoint list I have Choice fields and in my table I have Choice fields.
So for my flow I have 2 options a) the frequency or b) the frequency value which is my choice.

But it does not matter which one I take it will always result in an error when I run it.
This is the error I get:
An error occurred while validating input parameters: Microsoft.OData.ODataException: Cannot convert the literal 'weekly' to the expected type 'Edm.Int32'. ---> System.FormatException: Input string was not in a correct format.
Can anyone help me out here, would really appreciate some help with this.
With best regards
Chris