Time is a vital resource that each company treasures and attempts to transform into a gain. When selecting document management application, take note of a clutterless and user-friendly interface that empowers users. DocHub offers cutting-edge tools to improve your file management and transforms your PDF editing into a matter of a single click. Insert List to the It Support Contract with DocHub in order to save a ton of efforts and boost your productivity.
Make PDF editing an easy and intuitive process that saves you a lot of precious time. Effortlessly change your files and send out them for signing without having adopting third-party alternatives. Give attention to pertinent tasks and enhance your file management with DocHub today.
foreign [Music] there are two types of drop down menus that you can have in app sheet ones a enum that allows you to select a single entry and use that and you know how that get saved to the data source and there theres an enum list right where you can select multiple entries to get saved to a single field and typically those would be comma separated um so it depends on the situation or when you want to use them but the important thing is that theres different methods that you need to use to reference these fields whereas enums a single entry its very easy to do comparison operators like equals not equals Etc however with enum list you need to use the app sheet function in to correctly determine if a value exists in that field or not because this list is a list so theres multiple entries that need to be parsed or you know looked up and analyzed with the functions so what does that look like so in app sheet itself we lets go over the enum example and this is very simple uh you co