I am trying out webflow in the trial area and really loving the experience so far. I just tried setting up my collections like Product → ProductRegion → Regions (based on advice from @memetican ) and so far that works great.
I thought I’d try out the auto generate sample data feature but under specified what I wanted the AI to type into the fields for ProductRegion.Description and ProductRegion.Name. Is there a way to do some kind of bulk update on collection items?
Something like an SQL statement that does:
UPDATE ProductRegion SET Description = null WHERE Product.RegionId = 'argentina'
then followed up by
Update ProductRegion SET Name = CONCAT(ProductName, ' > ', RegionName)
In a production environment, I can expect to have hundreds of records in each collection. So I was wondering how I might go about conditional bulk updates?
This is my dev / experimental area
Here is my public share link: LINK
(how to access public share link)