Is there any way to set a default relationship or retrieve data from another app without a relationship between apps?
I have the following types of apps with the corresponding fields:
Tool Links
- Tool Name
- Tool Link A
- Tool Link B
- Tool Link C
Items
- Item Name
- Item UUID
- Item Tool Link A (Calculation: @All of Tool Link A + "?uuid=" + @Item UUID)
- Item Tool Link B (Calculation: @All of Tool Link B + "?uuid=" + @Item UUID)
- Item Tool Link C (Calculation: @All of Tool Link C + "?uuid=" + @Item UUID)
- Special Tool (Relationship: Links to specific tool)
I would like to remove the extra step of having to manually select the Special Tool every time I create a new Item. The same tool is always selected for every new Item.
Is there any way to set it to a default relationship or it can I use javascript in my calculation to lookup the special tool, without the relationship?
-
Hi Norah,
you can't set a default relationship and you can't pull directly from another item if it is not related (you coudl do via the API or with a Podio extension liike Globiflow). Whether you can pull data indirectly from the Special Tool app depends on several things. If you e.g. always want to display the same UUID or Special tool name in the calculation field you can simply enter it in the calculation field. You can even create a hyperlink to the Special Tool item like
"[special tool name](item url)"
But it's not really related, you can only jump directly to it. There maybe other options the get data from the Special Tool, but it depends on your setup, on which date from Special Tool you want to display and for what this data is needed.
Rainer
Please sign in to leave a comment.
Comments
1 comment