Its kind of complicated to explain but in short, we are sending information out to a third party and they are returning identifiers to us and we have to match to an existing account in SF. The issu...
Tyler Lamparter - I would just want to hold the payload (record) for a minute and then release each individual record after the minute was up to process through the rest of the flow. It wouldn't be...
I wanted to close the loop on this. I ended up needing to go with the Java Script to do this.Ezriah - When I tried to “Save” after deleting the pre-populated values from Salesforce and putting in m...
I am receiving a payload through a webhook and would like to “delay” it before it flows downstream to other lookup and import steps. It seems like this may have been an enhancement request a few ye...
Ezriah - You are right! I had no idea that could be done on the import. I think this may be the way I go after all.Thanks everyone for the help on this!
Kelly - Great minds think alike and that is what i wanted to do originally. Unfortunately due to how our SF environment is built for this particular field (beyond my level of knowledge) this field ...
I just learned that I may need to transform state names into their two digit state code (i.e. Nebraska to NE).In order to minimize my work effort on this, could I do a JavaScript on the Import filt...
Just some minor feedback on one UI change. It would be nice to have the “color” back on the Off/On instead of it being black/white. Again, this is minor, but it makes it easier for the end user to ...
Awesome. Thanks so much Tyler. You're the best!
Thanks Tyler. I was definitely making this more complicated.So…. one export step to “Export All” using GET /api/v2/tickets , and then change the export to “Delta”, correct?