Delay Grabbing Site data

Hello! Just wondering if this is even possible...

I often use textblaze to search phone numbers. In this process, I use two sites: In site A, I'm inputting numbers. If a number comes up as invalid or incorrect, I will use Site B to search for the correct number.

Right now, basically I have two snippets. I have one that will take the number I searched in site A and paste it into site B and search it. Then my other snippet will input the new number from site B into site A. I'm wondering if it's possible to combine them.

The issue I'm running into is the second snippet uses a formula with a site command that is trying to pull the phone number immediately upon triggering the snippet. But when combining the two snippets, the first part of snippet one needs to search the number still before the information is in there to pull. So I guess I'm asking, is there a way to pull or look for information later on in the snippet when I'm ready to input the data rather than immediately upon using the snippet?

Hi @cwight Welcome back to the forum! :slight_smile:

That's a great feature request. Dynamically fetching the value of {site} command is something we want to support in the future. Here's the relevant feature request you can vote on: Access Content When New Page Loads

As a temporary workaround, does your site B have an API that you can call via {urlload} to get the valid number?

2 Likes