Auto-Generate a Slug Field when New Location Entity is Created

Hi ,

Is there a way to auto-generate the value of a Slug field when a new entity is created either manually or through a API connector?

Hello @Balaji_Ravishankar

If the data would be added via connector then Function/Transform step would be helpful for adding Slug value and must be unique (example: [[entityId]]-[[name]]). So suring process the slug values would be added using 2 values that will exist in data.

Hope it helps.