Forum Discussion
TePe
3 years agoHelper IV
Error when creating a DataFlow Gen2 using a DataFlow as a source
Hi,
trying to create a DataFlow Gen2 which consumes a DataFlow Gen2 I get the following error:
---------- Message ----------
Expression.Error: We can't convert values of this type to JSON.
---------- Session ID ----------
02561e1a-78ba-458a-bd4a-fc386ea100b4
---------- Request ID ----------
7f8c1baf-8746-43e0-8c61-0067b8442d45
---------- Mashup script ----------
section Section1;
shared Query = let
Source = PowerPlatform.Dataflows([])
in
Source;
Any clue what's behind that?