
PJ Muller
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 3
Activity overview
Latest activity by PJ Muller-
PJ Muller commented,
@Rainer and @Podio. So just to clarify, and that we are on the same page. The calculation thing works. So when the page is already loaded and then you click on an anchor link. We jump. However it d...
-
PJ Muller created a post,
Anchor links to jump to specific app field
Hi Podio, I found a tiny bug but which would make life easier for my clients.In bigger apps it's very useful to be able to use anchors to let a user jump to a specific section. e.g. https://podio.c...
-
PJ Muller commented,
Hi Marc, just so that we are fully in the loop. Could you give us a list of the default values that are used for the other types (date, number, currency, email, ...)? Could help not punching myself...
-
PJ Muller commented,
Short version try { JSON.parse(data).firstname; } catch (e) { "Could not parse JSON" } Long versionThis was already solved here https://help.podio.com/hc/en-us/community/posts...
-
PJ Muller created a post,
Pump multiple linked app fields from one app to another
Hi Calculation gurus, I'm looking to create one calculation to 'pump' many app fields from one app to another. When I do something like - app 1: `JSON.stringify({firstname: @firstname, date: @Date,...