Help
D_A_VFX
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎Oct 11, 2020
‎Nov 29, 2022

User Statistics

  • 4 Posts
  • 0 Solutions
  • 3 Kudos given
  • 0 Kudos received

User Activity

//Can someone look at this simple example I cooked up. I expect Object.keys to return keys and //Object.values to return values. its easy to setup I just used a new blank template, named it Table and //put some names in Name and Done’s in Status. dic...
I have a task that requires itertools. but I am having no luck. is it possible to import from itertools? or any other library for that matter? thanks
I’m getting a weird behavior when iterating over Records, it looks like the code is skipping items. I’m thinking it is either my code or a cache bug. here is an example