You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In runtime when we pass input parameter as map[INT:[map[STRING:1]]] we get error that STRING is invalid RFC parameter but when we pass input parameter as map[INT:[1]] it works. We suspect that the "STRING" parameter which we are receiving at design time is not correct.
Can you suggest what could be the issue?
The text was updated successfully, but these errors were encountered:
In runtime when we pass input parameter as map[INT:[map[STRING:1]]] we get error that STRING is invalid RFC parameter but when we pass input parameter as map[INT:[1]] it works. We suspect that the "STRING" parameter which we are receiving at design time is not correct.
Can you suggest what could be the issue?
The text was updated successfully, but these errors were encountered: