Adding Variable to Next Experience Workspace Form is Giving com.glide.vars2.Variable Error

flenoci
Tera Contributor

Hello,

 

I am attempting to build out a workspace in the Vancouver release and am running into some issues with adding a certain variable to a workspace form. 

 

Here is the form component I have in the workspace:workspace_error_3.PNG

 

I am able to get the variable onto the form with the correct label but the value doesn't appear and I am getting this error : "Field type com.glide.vars2.Variable is not supported."

 

Here is how I am adding the variable onto the form:

workspace_error_2.PNG

 

Has anyone else had this issue before, or has had a similar requirement and was able to get around this somehow? 

 

 

Thank you

4 REPLIES 4

Kushal09
Tera Guru

Hello,
Please check if the variable you are trying to use is in the global application and also put it maybe before the end split.

flenoci
Tera Contributor

Hello! Thanks for the reply. The variable is in a custom application scope, would that cause issues?

It usually shouldn't but do try creating a global variable and try putting it there to see if it is visible in the workspace. Further, do check the permissions and availability of the variable in the related list.

flenoci
Tera Contributor

Looks like the value does show up whether it is in a scoped app or global! Is there a way to remove that info message below the variable? I am using the OOB form component in the workspace currently.