We are using an API connection to load data into a specific template. Now what I would like to do is create a button in this template to allow the user to refresh the data. The best use of this would be to have a return URL within that call to have the user return to the template after the refresh. So the full URL I wat to build is:
thanks for your reply. The building of the string itself is not the issues as you’ve guessed, it’s getting the link to the current template into a string that I cannot figure out.
So basically I want to do this:
{{ current_reconciliation.url }}
'''
but printing that just gives me:
ReconciliationTextDrop
Welke taal gebruik je voor jullie integratie? In ruby kan je bijvoorbeeld request.referer gebruiken om de link te krijgen vanwaar de request werd gestuurd. Dit bestaat in meeste andere talen ook. Dit doen wij ook in onze integraties app.
Als back up kan je nog steeds de volgende link construeren:
Dit laatste heeft wel als nadeel dat Silverfin gebruikers die een SSO hebben niet https://live.getsilverfin.com als basisurl hebben. Dit zou je eventueel kunnen oplossen voor bij de registratie van de app te vragen of ze SSO gebruiken. Indien dit zo is, zouden ze dan de basis url moeten invullen.
Tenslotte wil ik nog meegeven dat je in plaats van een button ook gebruik zou kunnen maken van een app link: