
Jeff Dollard
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 11
- Subscriptions 6
Activity overview
Latest activity by Jeff Dollard-
Jeff Dollard commented,
Do sum and add helpers only work with integers or can they be used with decimals/float values?
-
Jeff Dollard commented,
It would be great to have some additional details here about AFE 1.0 vs AFE 2.0
-
Jeff Dollard commented,
Sure thing Courtney - I've added it to the enhancement requests board. Thanks!
-
Jeff Dollard created a post,
See output of mapping
PlannedIt would be helpful to be able to see the resulting JSON (or XML, etc) that is generated during an import AFTER mapping. The retry data is very helpful to see the inputs pre-mapping (if there is a...
-
Jeff Dollard created a post,
Add delay function
In order to contend with back-end database replication, processing time or race conditions, sometimes it is helpful to have a small delay between a write function and a subsequent read function. Cu...
-
Jeff Dollard commented,
This works okay... but feels a little bit like a hacky workaround. And sometimes it's not knowable how long a given lookup will take, and therefore whether that would be sufficient for the race con...
-
Jeff Dollard commented,
Hi Courtney - no luck with the switch syntax, I sort of gave up on guessing at it ¯\_(ツ)_/¯ I found another way to structure my logic, so it didn't keep me from moving forward.
-
Jeff Dollard commented,
+1 million Bonus points: ability to inject a break into a flow. Ala code breaks in VS. EG to stop the flow without removing the flow blocks that are already configured and preview data before being...
-
Jeff Dollard commented,
Is there an example for the #switch syntax? It's the only block logical operator that doesn't have any hint as to the syntax.