Thea
July 16, 2025, 8:16am
8
Hi @Headchef.Yang , we just posted a tutorial on how to batch create records using the Run Script action. Could you check if this helps with your question?
When importing external data into Bika’s database, many users initially attempt Automation workflows combining “Send Http Request” actions with Loop + Create Record actions. While this approach works for simple data transfers, it reveals limitations when you need to:
Clean raw data from external sources
Transform formats (e.g., date normalization to ISO 8601)
Implement complex business logic
Handle API error cascading
This guide provides a script that shows you how the Run Script action empow…