My Personal
7. What’s the difference between “When an item is created” and “When a new item is created” triggers?
When an item is created:
- The “When an item is created” trigger will fire every time an item is created,
- regardless of whether it’s a new item or not.
When a new item is created:
- The “When a new item is created” trigger will only fire when a new item is created – that is,
- an item that didn’t previously exist.
19. What is the importance of environment variables when testing flows?
- Environment variables are important when testing flows because they allow you to test your flow with different data sets.
- This is especially important when you are working with data that is sensitive or confidential, as you can use environment variables to ensure that the data is not exposed during testing.
Comments
Post a Comment