Skip to main content
Question

Can you swap variable values inside a collection through the plugin API

  • May 8, 2025
  • 0 replies
  • 10 views

Lewis_Healey

I have a collection of 300+ variables and I need to connect the base values inside to another library, it seems that only the variable Id is exposed and not static, so I’m struggling to find how to do it.

 

Ideal behaviour

  • Loop through all variables in a collection
  • Get the id of the value in that variable
  • Match to a map with a replacement
  • Swap the variable value with the new one
This topic has been closed for replies.