
Rainer Grabowski
- Total activity 2782
- Last activity
- Member since
- Following 0 users
- Followed by 22 users
- Votes 20
- Subscriptions 1066
Comments
Recent activity by Rainer Grabowski-
You should also add "IF field Market Deal has just changed" as a filter. Otherwise the flow sends emails each time any field in the app is updated and Market Deal is equal to "Blast to Buyers".Just...
-
For phone number see here: https://help.podio.com/hc/en-us/community/posts/204421608-New-email-and-phone-fieldsFor date formatting see here: https://help.podio.com/hc/en-us/community/posts/11500004...
-
Yes, you can do that with a flow (PWA). But if there are multiple categories options selected, the result looks something like this: red,yellow,blue,purple,black @[category field name].join("\n")
-
Hi Egil, that's possible.First create a view in your given app: Status = ActiveThen build a By Day or Date flow (at the top of the flows tree).Set the filter to if weekday = Monday, set the time th...
-
Hey Podio Admin, flow in App B:When an Item was updatedCategor field changedCategory equal to CompletedGet referenced item(s) from App AUpdate collected from Atextfield= Calc [(Ref A-item) textfiel...
-
Hi Podio Admin, you can't "lock" the category, but you can revert it if the user who updated the category field from A to whatever is not the App (app name - assuming the authorization for the allo...
-
Hi Aldo, var sum = 0;must be assigned before the loop. In your code, the sum is set to 0 and then it adds only the value of the current item in each iteration, in the next loop it's set to 0 again ...
-
Hi Michal,for answering your question it's necessary to know more about your setup.A) In which app is the calculation field where you want to to calculate the capacity?B) In which app is the number...
-
Hi Podio Admin,you can't update a text field with a calculation, you need a flow (Podio Advanced Workflow aka Globiflow).
-
There are - as so often - multiple ways to achieve this. Here are 2:Way 1: var a = @Property Value (Zillow) || 0;var b = @Property Value (Redfin) || 0;var c = @Property Value (Propstream) || 0;var...