Reporting Inline Field Flow
Comments
-
Hey,
How do I get the Reporting Inline Field Flow to take in a SimpleDataStructure as Input? Ive got a list of these objects in my ProcessDataExtension that contain the group name, start date, and end date and I want it to report on how long its been in that group.
If I cant do it that way, how do I get an inline field to show up that reports on Process Extension Data?
-
Actually, I had a bit of a breakthrough with this. Get Cell By Name (id), and then Im Fetching By ID for that to get all the data, unless theres a more efficient way for me to do it.
-
Great, glad you were able to figure it out. That is the best way to do it.