Unexpected Token

When I am adding a parameter to an API call that is an integer value, I am getting this error:
It looks like there is a second ${} in the string generated.

Is this a bug?

protected async System.Threading.Tasks.Task Load()
{
    var probationApiGetFormalCaseResult = await ProbationApi.GetFormalCase(int.Parse($"{${FormalCaseId}}"));
    formalCase = probationApiGetFormalCaseResult;
}

Hi @michaelgrissom,

Could you show us a screenshot from Radzen that shows the configuration of the GetFormalCase method invocation?

Hello

image

@korchev Is this the information you were asking for?

Hi @michaelgrissom,

Yes, this information helped us reproduce the problem. A fix will appear in the next Radzen release due by the end of the week.