Troubleshooting Guide
Create List Field GUIDs for the Swimlane API
2 min
to use the swimlane api to create or update list fields in an application record you must first generate a globally unique identifier (guid) to add to the api put/post request here are two examples post or put requests to the /app//record endpoint for text or numeric list record field values post or put requests to the /app/ endpoint for creating/updating selection field definitions when swimlane saves a record with text or numeric list fields, it generates a guid for each of the values in the list, for example +> note the guid is the value listed as the id for each field you must provide these guids when creating or updating list types of record fields with the api to do so, use this python code to generate a guid a new guid must be generated for each field