Reframework invoke

I am having an issue regarding to my activity , I need to input the details from excel to MS Form , I do have arguments and variables needed however I am experiencing this error.
I’ll try to run it in Debug mode to know where the error coming from but the process is stuck and nothing happens.

Hi @_Rinkashime

Check whether the in arguments has values or referenced. Check it in immediate panel or local panel!

Check this

1 Like

@_Rinkashime,

It’s clearly issue of at least one argument is being passed as null. Check Local panel while debugging if any arguments are null.

If the above is not the case, check if you have same name variable as the argument in the Excercise_3.xaml. If yes delete/rename the variable and you should be good.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.