
Rainer Grabowski
- Total activity 2761
- Last activity
- Member since
- Following 0 users
- Followed by 22 users
- Votes 19
- Subscriptions 1058
Activity overview
Latest activity by Rainer Grabowski-
Rainer Grabowski commented,
Hi Jacques, can you please share a screenshot of the app template where all 3 fields are visible (best: in an item where Purchase Price and Units have a value open the template and take a screensho...
-
Rainer Grabowski commented,
Hi Samuel,can you please paste your calculation code here and also add a screenshot where I can see the Quantity field and the category field?Rainer
-
Rainer Grabowski commented,
"Podio Item ID" isn't available in the calculation field (only if you have a text field where a flow added the Podio Item ID), available is the "Unique ID". The way to get conditinal results: var w...
-
Rainer Grabowski commented,
Hi Luis, simply do: image1 = explode(",", EvidenceImage(Public URL))[0]image2 = explode(",", EvidenceImage(Public URL))[1] If you want to use array_slice() in PWA you must combine it with current()...
-
Rainer Grabowski commented,
Hi Pedro, it's: @week.sort()[0] where "week" should be replaced with the real name of the category field. Rainer
-
Rainer Grabowski commented,
Hi Terry, I assume "won" and "closed" are categories in the same multi choice category field in the Whiteboard app. And you want to count those whiteboard items where "won" and "closed" are both se...
-
Rainer Grabowski commented,
You can use the extensions ProcFu or Momentum Backup for getting the flows.
-
Rainer Grabowski commented,
HI Russel, can you please provide an example text of an address and explain what you want to match? Rainer
-
Rainer Grabowski commented,
Hi Andy, the code provided by Automations Bot can't work in a Podio calculation field. That code uses elements (like the keyword let or the arrow function =>) that have been introduced with the Ja...
-
Rainer Grabowski commented,
The source code looks ok, the issue is caused by the fields (one or both of the Mailing Address fields may have a paragraph tag that isn't visible in the source code). What kind of field are Seller...