
Matt Graney Chief Product Officer
- Total activity 73
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 31
Activity overview
Latest activity by Matt Graney-
Matt Graney commented,
Nuri Ensing -- how many different credentials are there? Curious to understand why different creds are needed. Can you share more? Two quick ideas: You can also use virtual imports/exports in our ...
-
Matt Graney commented,
Official comment I wonder if you know if a connection to the IIO APIs will count as an endpoint or are there licensing implications? No Steve Klett, IIO APIs are not counted against your license. See https://docs...
-
Matt Graney commented,
Hi Paul, if you choose the run icon (the "play" button) in the Flow Builder or from the integration flow list for a delta flow, you will be prompted to either let the flow run per the last run time...
-
Matt Graney commented,
Stewart Cruickshank -- I suspect what you're really asking is about how to iterate through each record you've retrieved from the saved search, right? If that's the case, please check out content li...
-
Matt Graney commented,
Official comment Thanks Bas and Steve, we're looking into it. There is a Jira ticket associated with Bas' original ticket that is in QA, but I am asking the team to be sure that it covers the failure scenario(s) yo...
-
Matt Graney commented,
That's an interesting idea, but I'm not clear on the use case. What criteria would you want to use to create branches on the fly?
-
Matt Graney commented,
Hi Cory, I'm sorry for the late reply, but if this is a fixed width file, have you tried using paddingChar? https://docs.celigo.com/hc/en-us/articles/360040743071-Configure-EDI-and-fixed-width-file...
-
Matt Graney commented,
Official comment Yes, Rhys, Dat Loader is a fully supported part of our platform.
-
Matt Graney commented,
Could it be that it expects the word "Token" in the Authorization header value? Your screenshot seems to show just the token value, not the word "Token" preceding it. Also, please be cautious when ...
-
Matt Graney commented,
If it's always just a single character prefix, you can use the substring handlebar in your mapping to strip it: {{substring id 1 id.length}} The above syntax takes the field "id" and returns everyt...