Kathryn Whitenton 3/4/2021 5:49:38 PM Update: with Kirill's help we were able to find a workaround to 1. for static values, encode them once (we will use integromat for this) 2. for an expiration timestamp which must be updated, we will update periodically (using integromat). But we need only do this for one record and can pass that value to all other records. (This is possible even though the expiration is part of the same base64encoded payload as other values because, multiple base64encoded strings can be concatenated and still be valid as long as the original number of characters was divisible by 3.)
|