How do I use an obtained JWT Token (through rest message) in a flow API call?
I authenticate to Entra ID by using a certificate. I have created a rest message that uses this certificate to receive a token from entra id.Now I have to use this token in Flow Designer to do an API call. How do I get the token in a flow action? I c...