Hello community ,
I tried to put a body to an existing scenario with API Call.
How to map fields that used in another scenario “{{8.row.b.text}}”
( In the other scenario there is 8 module which is Google sheet)
blueprint (7).json (22.5 KB)
Also when i try to make a test api without the 8 module strings
I get this :
Hello,
Per design, variable cannot be fetched from different scenario, you may try using Data store by adding records in first scenario and searching and getting them in second scenario.
Hope this points you in the right direction, thanks.
1 Like
If it’s already in Google Sheets, then all you need to do is re-fetch 8.row.b.text
in the current scenario using a “Get Range Values” module (or another suitable search module), so that you have access to it locally.
1 Like