Fx Null changes to literal 'Null' string.

Ryan Donaghy 45 Reputation points
2023-08-31T08:40:32.5033333+00:00

Hi All,

I have a weird issue I was wondering if anyone had experienced before.

I have a do until loop that interates through a series of API calls. The API call itself is huge so I have had to iterate through several pages.

The loop should terminate whenever the odata.nextLink() is Null.

However, I am trying to set it to FX Null (see below) but it always changes back to the literal string 'null' when I save the designer and refresh it.

Has anyone come across this before?

Fx Null before save & refresh.
Fx Null before save and refresh

Literal 'null' string after save and refresh.

Literal string Null after save

Its causing my until loop to never timeout. The true count is much more than 3 but if I increase it doesn't work as expected.

For reference, I am making an API call to Microsoft Defender for Endpoint.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.