Hallo,
What it’s about: For a project, I need to read data from sensors via a REST interface and store it in a database. To do this, I have to use a token for n users, which I have to determine. This token must then be used later for the GET request nodes.
The token is determined using the Python node and stored in a flow variable.
I use a loop to create the URL for the GET request for a specific period of time.
The URL and token are then used by the GET request.
It is very important that this works 100%. The created worksheet must ultimately run in specific cycles. The token is occasionally renewed by the provider.
I’m absolutely certain that I managed to do it in the old dialog. Unfortunately, I no longer have a screenshot of the old dialog. It was this dialog
I’ve been working on the worksheet for weeks now, and yesterday I spent two hours trying to figure out why some GET requests work and some don’t. There was a new token. So I could continue working, I manually inserted the new token everywhere.
The new dialog is now also available for GET requests. Here, using the flow variable for the token doesn’t work for me.
It works with the flow variable for the URL.
Credentials:
Token inserted manually here. I can also select the flow variable manually. If I do this, the Credentials field cannot be changed. However, this has no effect; the token is not taken from the flow variable. Even if I leave the field blank.
When I use variables and select my flow variable with the token, something is transferred to the Credentials variable, but it doesn’t work.
Am I doing something wrong?
This functionality is essential for a scientific university project. The worksheet should run automatically in two weeks.
If it is a bug, how quickly can it be fixed?
Best regards
Patrik






