From 7e4e29c36548cf7247b175575a71596b7ee1bc55 Mon Sep 17 00:00:00 2001 From: NLSA Date: Mon, 3 Mar 2025 17:11:12 +0100 Subject: [PATCH] Update main.py --- main.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 8dc4955..813577a 100644 --- a/main.py +++ b/main.py @@ -27,7 +27,7 @@ class FunctionInputs(AutomateBase): file_name: str = Field( title="File Name", - description="The name of the Excel file.", + description="The name of the Excel file to export.", ) inlcude_areas: bool = Field( @@ -45,6 +45,7 @@ class FunctionInputs(AutomateBase): nua_list: str = Field( title="NUA (Nett Usable Area)", strict= False + ) nia_list: str = Field( @@ -135,7 +136,7 @@ def automate_function( # List of properties list_prop = [ "category", - "level.name", + "properties.Level.name", "properties.Parameters.Instance Parameters.Identity Data.Name.value", "properties.Parameters.Instance Parameters.Dimensions.Area.value", ]