Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Dynamic Authorization Token from Rest API leads to Formula.Firewall-Error

Hello Everybody   Im trying to connect trough a REST Api to an external Service. The challange ist, that I have to aquire an Access Token which is only valid for 24 hours.   I managed to load th...
  • mahoneypat's avatar
    5 years ago

    In that case, you could set up a Flow to make the token request daily and write to a file in the cloud (or SP list), and then use that file as a source in your query to harvest the token prior to refresh.  You can make http calls from flow too.  If needed, you could also send your token query results over to flow to trigger it as a JSON packet (but that is trickier).

    Regards,

    Pat