(...) ---------- CallStack ------------------------------------------------------- at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.dictionary `2.Insert(TKey key, TValue value, Boolean add) at WebCon.WorkFlow.BusinessLogic.ImportExport.Mapping.MappingList.IncludeInIndexes(MappingListRow row, Boolean addIfNotContains) --------------- (...)
(...) ------- Ścieżka wywołania ------------------------------------------------------- w System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) w System.Collections.Generic.dictionary `2.Insert(TKey key, TValue value, Boolean add) w WebCon.WorkFlow.BusinessLogic.ImportExport.Mapping.MappingList.IncludeInIndexes(MappingListRow row, Boolean addIfNotContains) ------------------ (...)
(...) Hi, I've suffixed processes that contain a workflow with a cyclical on start global action with " [JOB]". To get an overview of all process planed as a job I've created a dictionary report in a dashboard and want to filter the column "Process Name" with a default filter. Now I have 3 different behaviors: - Using "[JOB]" returns all processes in the list without any filtering > This seems to be a bug (...)
(...) ce with a column newHash that get's created by HASHBYTES and VARCHAR(64) in the SQL query of the data source over some other columns to check if there is a value updated. This hash gets stored in the dictionary entry together with all other values. In the same query I also add the column with the diHash of the associated dictionary entry. When doing a daily sync between data source and dictionary I'd lik (...)
(...) Hi, imagine a workflow with on start (cyclical) automation that starts the workflow itself. This can be a sync of an external data source with a dictionary . If the sync returns an error a step for error validation gets entered. Having this on dev, test and prod would then generate a task on all environments. I expect to have a task creation only in production environment if the process already exists (...)
(...) Hello, I'm trying to generate documentation, but I get the following error: "The given key was not present in the dictionary . More details in Event Log." How can I resolve this issue? Thank you!
(...) figured URL is currently opened in a new browser tab. It would be very useful to have an additional option, for example: ☐ Open URL in modal dialog This would allow users to create a missing dictionary /source entry without leaving the current form context. Typical user flow: User opens a Choice field. The required value does not exist. User clicks “Add new”. The configured URL opens in a m (...)
(...) ta from an Excel file into an Item List, Choice fields set to Autocomplete mode with the option "Allow values outside of data source" enabled do not accept values that are missing from the underlying dictionary . As a result, these cells are left empty, or the import fails due to key/value matching errors. Proposed Import Logic: When processing the Excel file, the system should handle column values as (...)