Adding Variable to Next Experience Workspace Form is Giving com.glide.vars2.Variable Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2023 08:13 AM
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:
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:
Has anyone else had this issue before, or has had a similar requirement and was able to get around this somehow?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2023 08:21 AM - edited 10-24-2023 08:22 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2023 08:26 AM
Hello! Thanks for the reply. The variable is in a custom application scope, would that cause issues?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2023 08:49 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2023 07:09 AM
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.