The CreatorCon Call for Content is officially open! Get started here.

Bulk update values in table

SnowUserDev
Tera Contributor

Hey community,

 

I have a requirement where I need to bulk update assets with different values. Kindly assist me with the script.

1 ACCEPTED SOLUTION

Hi @SnowUserDev ,

 

I would recommend transform map or Data Management (update All) feature. Script can or cannot be difficult based upon the number of records fields it needs to update differently.

 

For eg out of 1k u have few records which needs to be updated with status disposed & serial number something & other records with different field updates.

Script will become tricky over here.

Transform map will be the best option to go with.

 

Thanks,

Danish

 

View solution in original post

3 REPLIES 3

SnowUserDev
Tera Contributor

The records are around 1k which needs to be bulk updated.

Hi @SnowUserDev ,

 

I would recommend transform map or Data Management (update All) feature. Script can or cannot be difficult based upon the number of records fields it needs to update differently.

 

For eg out of 1k u have few records which needs to be updated with status disposed & serial number something & other records with different field updates.

Script will become tricky over here.

Transform map will be the best option to go with.

 

Thanks,

Danish

 

@Danish Bhairag2 

 

I agree the records have different fields which require updates. Ok then let me go with transform map.