
Bajarang
- Total activity 48
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 21
Comments
Recent activity by Bajarang-
Although this functionality does not come default in Podio. You can try "SuperMenu for Chrome" extension, it allows you to hide the activity stream.
-
Hi Claudio, For implementing this you need to 1) Create a new calculation field in app A which consolidates all the App B data as json. 2) While consolidating the data you need to sort all the rela...
-
You need to get all related information using calculation fields and then can display as a tabular format in calculation field itself.
-
@Michael Can you please post a screenshot of your calculation. It will help to see the issue easily.
-
Hi Tim, Sometimes calculations might be delayed but we never saw that it produces erroneous figures or wrong results if calculation code is correct. I think something strange with calculation code ...
-
Hi Stephen, You need to perform a few steps to achieve this: // Create JSON/Concatenated string in app B with all needed fields// Pull the json data in app A from app B// In app A you need to itera...
-
Can you please try to wrap your token into intval like as below:intval(<support hours token>) * 35 * .15 I think the total hours might be a string and it is not able to perform multiplication.
-
This is really a very old thread but if someone needs then can do following workaround: 1) Create a new HTML page say 'test.html' which will have only code in script tag like as below, please chang...
-
Hi Billy, You can create a flow on Task complete. In that flow get all Tasks and then iterate over those to see if any task is open with the same title. If you do not find any open task with the sa...
-
Hi Lars, Yes, all these things can be implemented and tracked in Podio. Podio is having a lot of third-party integrations so this can be achievable with Podio.