
Andreas Garnæs
- Total activity 292
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 20
Activity overview
Latest activity by Andreas Garnæs-
Andreas Garnæs commented,
Hi Andrew, I would suggest you set up a separate Wish app and API client for testing purposes. Could that solve your use case? Best,Andreas
-
Andreas Garnæs commented,
Hi Maciej, your script needs to look like this: "@All of Name.length" -- it sounds like the ".length" could be missing?
-
Andreas Garnæs commented,
Hi Alexander, Podio webhooks cannot point to Mailchimp directly. You can either use a ready-made solution like Zapier: https://zapier.com/zapbook/podio/mailchimp/ Alternatively you'll need to set u...
-
Andreas Garnæs commented,
Samson, please try using a hook url like `https://foo:bar@your-domain.com/path`. That should result in a HTTP header like this: `Authorization: Basic Zm9vOmJhcg==` (base64 encoding of "foo:bar").
-
Andreas Garnæs commented,
Hi Scott, It sounds like something could be wrong with your program, but it's hard to help out without looking at the code. Would you be able to share the relevant parts, e.g. on https://gist.gith...
-
Andreas Garnæs commented,
If the condition is not met, the script returns Undefined which is the issue. You should add an else-clause that returns a numeric value.
-
Andreas Garnæs commented,
Hi Philip, When neither condition is fulfilled, the script returns an undefined result. Please try adding a final else clause. Best, Andreas
-
Andreas Garnæs commented,
Official comment Hi all, I don't have an official solution for you, but I want to make a comment about the reasoning behind the current limitations. You could argue that calculation fields behave a little counter...
-
Andreas Garnæs commented,
If you add the relationship-field as described earlier, it will work. The reference isn't pointing back to itself, but to the previous item in the chain so to speak. If Item2 points to Item1, then ...
-
Andreas Garnæs commented,
Hi Jure, For this to work in Podio, you need to connect the entries manually, e.g. Item2 needs to point to Item1, and Item3 needs to Point to item2. You do this with a relationship field. With thi...